We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae649a commit 4a3761bCopy full SHA for 4a3761b
.github/workflows/build-ci.yml
@@ -96,7 +96,9 @@ jobs:
96
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
97
sudo dpkg -i cuda-keyring_1.1-1_all.deb
98
sudo apt-get update
99
- 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
100
+ sudo nv-hostengine -t
101
+ sudo service nvidia-fabricmanager start
102
sudo apt install software-properties-common
103
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
104
sudo apt update
0 commit comments