File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,8 @@ sudo apt update && sudo apt-get install -y terraform
270
270
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash
271
271
sudo apt update && sudo apt-get install -y nodejs
272
272
273
- sudo apt install ubuntu-drivers-common
273
+ sudo add-apt-repository ppa:graphics-drivers/ppa -y
274
+ sudo apt update && sudo apt install ubuntu-drivers-common
274
275
sudo ubuntu-drivers autoinstall
275
276
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
276
277
curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
@@ -337,8 +338,8 @@ sudo bash -c 'cat << EOF > /etc/systemd/system/cml.service
337
338
WantedBy=multi-user.target
338
339
EOF'
339
340
340
- sudo systemctl daemon-reload
341
- sudo systemctl enable cml.service --now
341
+ sudo systemctl enable cml.service
342
+ sudo reboot
342
343
{{- end}}
343
344
` )
344
345
var customDataBuffer bytes.Buffer
You can’t perform that action at this time.
0 commit comments