Commit 6d86515 1 parent f728b1a commit 6d86515 Copy full SHA for 6d86515
File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,6 @@ case $DESTARCH in
44
44
;;
45
45
esac
46
46
47
- # TODO: Install NVIDIA Drivers from https://developer.download.nvidia.com/compute/cuda/repos/
48
- # curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/{DIST}/x86_64/7fa2af80.pub | gpg --dearmor -o /etc/apt/trusted.gpg.d/developer.download.nvidia.com.gpg
49
- # add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/{DIST}/x86_64/ /"
50
- # curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/{DIST}/x86_64/cuda-{DIST}.pin > /etc/apt/preferences.d/cuda-repository-pin-600
51
- # apt-get update
52
- # apt-get install libglvnd-dev pkg-config dkms build-essential cuda nvidia-driver-510 nvidia-settings nvidia-utils-510 linux-headers-$(uname -r)
53
-
54
47
# shellcheck disable=SC2068
55
48
for t in ${GPU_DETECTED[@]} ; do
56
49
case $t in
@@ -60,8 +53,7 @@ for t in ${GPU_DETECTED[@]}; do
60
53
;;
61
54
62
55
nvidia)
63
- echo " Installing Nvidia Drivers..."
64
- apt-get -qq install libcuda1 libnvcuvid1 libnvidia-encode1 nvidia-opencl-icd nvidia-vdpau-driver nvidia-driver-libs nvidia-kernel-dkms libva2 vainfo libva-wayland2
56
+ echo " NVIDIA Container Toolkit must be installed: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html"
65
57
;;
66
58
67
59
" null" )
You can’t perform that action at this time.
0 commit comments