Skip to content

Commit

Permalink
cuquantum rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Shusen Liu committed Nov 5, 2024
1 parent bbf31ca commit 0692471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.ref.name="ubuntu"
LABEL org.opencontainers.image.version="22.04"
LABEL org.opencontainers.image.author="Shusen Liu"
LABEL org.opencontainers.image.version="04-11-2024"
LABEL org.opencontainers.image.minversion="0.1.3"
LABEL org.opencontainers.image.minversion="0.1.4"
LABEL org.opencontainers.image.noscan=true

ARG PY_VERSION="3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ update-alternatives --install /usr/bin/python python /usr/bin/python${PY_VERSION
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python${PY_VERSION} 1
curl https://bootstrap.pypa.io/get-pip.py | python -

NVIDIA CUDA and associated packages
#NVIDIA CUDA and associated packages
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/cuda-keyring_1.1-1_all.deb
dpkg -i cuda-keyring_1.1-1_all.deb
apt-get update
Expand Down

0 comments on commit 0692471

Please sign in to comment.