Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/base/jobs/docker/1.0/py3/dev-…
Browse files Browse the repository at this point in the history
…dependencies-c2642c932e
  • Loading branch information
AbeCoull authored Apr 30, 2024
2 parents 76dd177 + b32fdc0 commit b07cb54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pytorch/jobs/docker/2.2/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ RUN ${PIP} install --no-cache --upgrade \
-r requirements.txt

# install cuQuantum
RUN wget https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.03.0.20-archive.tar.xz && tar xvf ./cuquantum-linux-x86_64-23.03.0.20-archive.tar.xz
RUN mv /cuquantum-linux-x86_64-23.03.0.20-archive /opt/cuquantum
RUN wget https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-24.03.0.4_cuda12-archive.tar.xz && tar xvf ./cuquantum-linux-x86_64-24.03.0.4_cuda12-archive.tar.xz
RUN mv /cuquantum-linux-x86_64-24.03.0.4_cuda12-archive /opt/cuquantum

ENV LD_LIBRARY_PATH="/opt/cuquantum/lib:${LD_LIBRARY_PATH}"

Expand Down
12 changes: 6 additions & 6 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
amazon-braket-default-simulator==1.23.0
amazon-braket-default-simulator==1.23.1
amazon-braket-schemas==1.21.4
amazon-braket-pennylane-plugin==1.25.0
amazon-braket-pennylane-plugin==1.26.0
amazon-braket-sdk==1.78.0
awscli==1.32.89
botocore==1.34.89
boto3==1.34.89
awscli==1.32.94
botocore==1.34.94
boto3==1.34.94
dask==2024.4.2
h5py==3.11.0
ipykernel==6.29.4
Expand All @@ -17,7 +17,7 @@ openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
PennyLane-Lightning==0.35.1
pydantic==2.7.0
pydantic==2.7.1
requests==2.31.0
sagemaker-training==4.7.4
scikit-learn==1.4.2
Expand Down

0 comments on commit b07cb54

Please sign in to comment.