Skip to content

Commit

Permalink
feat: upgrade bdk version for job helpers (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Oct 4, 2023
1 parent ba202a6 commit 30858d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.1 \
amazon-braket-sdk==1.56.0 \
amazon-braket-sdk==1.57.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand Down
2 changes: 1 addition & 1 deletion pytorch/jobs/docker/2.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.1 \
amazon-braket-sdk==1.56.0 \
amazon-braket-sdk==1.57.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/jobs/docker/2.13/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.3 \
amazon-braket-sdk==1.56.0 \
amazon-braket-sdk==1.57.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand Down

0 comments on commit 30858d0

Please sign in to comment.