Skip to content

Commit

Permalink
fix: Add configuration for LHR container images
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijc committed Feb 21, 2022
1 parent 54bbb99 commit d29f280
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/braket/jobs/image_uri_config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"registries": {
"us-east-1": "292282985366",
"us-west-1": "292282985366",
"us-west-2": "292282985366"
"us-west-2": "292282985366",
"eu-west-2": "292282985366"
},
"repository": "amazon-braket-base-jobs"
}
Expand Down
3 changes: 2 additions & 1 deletion src/braket/jobs/image_uri_config/pl_pytorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"registries": {
"us-east-1": "292282985366",
"us-west-1": "292282985366",
"us-west-2": "292282985366"
"us-west-2": "292282985366",
"eu-west-2": "292282985366"
},
"repository": "amazon-braket-pytorch-jobs"
}
Expand Down
3 changes: 2 additions & 1 deletion src/braket/jobs/image_uri_config/pl_tensorflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"registries": {
"us-east-1": "292282985366",
"us-west-1": "292282985366",
"us-west-2": "292282985366"
"us-west-2": "292282985366",
"eu-west-2": "292282985366"
},
"repository": "amazon-braket-tensorflow-jobs"
}
Expand Down

0 comments on commit d29f280

Please sign in to comment.