Skip to content

Commit

Permalink
update cuda version to match windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Feb 12, 2024
1 parent 59c8ce0 commit 4fd3e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sofabuilder_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
RUN dpkg -i cuda-keyring_1.0-1_all.deb
RUN apt-get update
RUN apt-get -y install cuda-toolkit-12-3
RUN apt-get -y install cuda-toolkit-12-2
ENV VM_HAS_CUDA="true"
ENV PATH=$PATH:/usr/local/cuda/bin

0 comments on commit 4fd3e9d

Please sign in to comment.