Skip to content

Commit

Permalink
feat: upgrade Braket and PL (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Oct 16, 2023
1 parent 03d8c2a commit 03fb054
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions base/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ RUN apt-get update && apt-get -y install cmake protobuf-compiler

# Installing our custom python libraries
RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-default-simulator==1.20.1 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.1 \
amazon-braket-sdk==1.57.0 \
amazon-braket-pennylane-plugin==1.21.0 \
amazon-braket-sdk==1.58.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
dask==2023.1.1 \
matplotlib==3.6.3 \
numpy==1.23.5 \
pandas==2.0.0 \
pennylane==0.31.0 \
PennyLane-Lightning==0.31.0 \
pennylane==0.32.0 \
PennyLane-Lightning==0.32.0 \
scikit-learn==1.2.2 \
requests==2.26.0 \
scipy==1.9.3 \
Expand Down
10 changes: 5 additions & 5 deletions pytorch/jobs/docker/2.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ RUN apt-get update && apt-get -y install cmake protobuf-compiler

# Installing our custom python libraries
RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-default-simulator==1.20.1 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.1 \
amazon-braket-sdk==1.57.0 \
amazon-braket-pennylane-plugin==1.21.0 \
amazon-braket-sdk==1.58.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand All @@ -89,8 +89,8 @@ RUN ${PIP} install --no-cache --upgrade \
numpy==1.23.5 \
openfermion==1.5.1 \
pandas==2.0.0 \
PennyLane==0.31.0 \
PennyLane-Lightning[gpu]==0.31.0 \
PennyLane==0.32.0 \
PennyLane-Lightning[gpu]==0.32.0 \
pydantic==1.10.6 \
requests==2.26.0 \
scikit-learn==1.2.2 \
Expand Down
6 changes: 3 additions & 3 deletions tensorflow/jobs/docker/2.13/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ RUN ${PIP} install --no-cache --upgrade \

# Installing our custom python libraries
RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-default-simulator==1.20.1 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.3 \
amazon-braket-sdk==1.57.0 \
amazon-braket-pennylane-plugin==1.21.0 \
amazon-braket-sdk==1.58.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand Down

0 comments on commit 03fb054

Please sign in to comment.