Skip to content

Commit 4a3761b

Browse files
authored
Update build-ci.yml
1 parent bae649a commit 4a3761b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ jobs:
9696
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
9797
sudo dpkg -i cuda-keyring_1.1-1_all.deb
9898
sudo apt-get update
99-
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6
99+
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
100102
sudo apt install software-properties-common
101103
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
102104
sudo apt update

0 commit comments

Comments
 (0)