Skip to content

Commit

Permalink
Redo isntallation order
Browse files Browse the repository at this point in the history
  • Loading branch information
ani300 committed Oct 25, 2023
1 parent 59b6ab0 commit 514e831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightly-pytorch-compile-clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ ENV HOME=/homedir \

# tools
RUN apt-get -y -o Acquire::Max-FutureTime=86400 update && \
apt-get install -y gnupg vim nmon clang software-properties-common && \
apt-key del 7fa2af80 && \
add-apt-repository contrib && \
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 gnupg vim nmon clang software-properties-common && \
apt-get install -y cuda-compiler-12-1 cuda-nsight-systems-12-1 && \
apt-get install -y clang cuda-compiler-12-1 cuda-nsight-systems-12-1 && \
apt-get -y clean

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

0 comments on commit 514e831

Please sign in to comment.