Skip to content

Commit

Permalink
Update build-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apicalshark authored Dec 5, 2024
1 parent bae649a commit 4a3761b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6 datacenter-gpu-manager cuda-drivers-fabricmanager
sudo nv-hostengine -t
sudo service nvidia-fabricmanager start
sudo apt install software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
Expand Down

0 comments on commit 4a3761b

Please sign in to comment.