Skip to content

Commit

Permalink
docker: downgrade to allow cuda 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik Dutta authored and Koushik Dutta committed May 4, 2024
1 parent 05cad81 commit 8e63dcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install/docker/install-nvidia-graphics.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
if [ "$(uname -m)" = "x86_64" ]
then
export CUDA_VERSION=12-4
# uncomment to require cuda 12, but everything currently targets 11.
# stuff that targets 11 will work with 12 though.
# export CUDA_VERSION=12-4
export CUDA_VERSION=11-8
echo "Installing NVIDIA graphics packages."
apt update -q \
&& apt install wget \
Expand Down

0 comments on commit 8e63dcd

Please sign in to comment.