Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Nov 26, 2023
1 parent 19abf8b commit 85ae637
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions files/image-builder/ubuntu2004/nvidia-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ phases:
sudo dpkg -i cuda-repo-ubuntu2004-11-7-local_11.7.0-515.43.04-1_amd64.deb
sudo cp /var/cuda-repo-ubuntu2004-11-7-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda nvidia-cuda-dev nvidia-cuda-toolkit
# NVIDIA DRIVER 5.2.5
sudo apt-get install -y nvidia-driver-525
# sudo apt-get install -y nvidia-driver-525
sudo apt-get -y install cuda nvidia-driver-525 nvidia-cuda-dev nvidia-cuda-toolkit
# this installs the latest version - 12
# wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
Expand Down

0 comments on commit 85ae637

Please sign in to comment.