File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,11 @@ sudo reboot
110
110
```
111
111
112
112
3. Reconnect to the VM and continue installation with the following commands:
113
-
114
113
` ` ` bash
115
114
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
116
- sudo yum install dkms
117
-
118
- sudo wget https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo -O /etc/yum.repos.d/cuda-rhel7.repo
119
-
120
- sudo yum install cuda-drivers
115
+ sudo yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
116
+ sudo yum clean all
117
+ sudo yum -y install nvidia-driver-latest-dkms cuda-drivers
121
118
` ` `
122
119
123
120
The installation can take several minutes.
You can’t perform that action at this time.
0 commit comments