Skip to content

Commit

Permalink
Add cuda libraries back
Browse files Browse the repository at this point in the history
  • Loading branch information
ani300 committed Nov 21, 2023
1 parent f16c404 commit 1e2f73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightly-pytorch-compile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get -y -o Acquire::Max-FutureTime=86400 update && \
wget https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/cuda-keyring_1.0-1_all.deb && \
dpkg -i cuda-keyring_1.0-1_all.deb && \
apt-get -y -o Acquire::Max-FutureTime=86400 update && \
apt-get install -y cuda-compiler-11-8 cuda-nsight-systems-11-8 && \
apt-get install -y cuda-compiler-11-8 cuda-nsight-systems-11-8 cuda-libraries-11-8 cuda-libraries-dev-11-8 && \
apt-get -y clean

RUN chgrp -R 0 /opt/conda && \
Expand Down

0 comments on commit 1e2f73f

Please sign in to comment.