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
270270curl -sL https://deb.nodesource.com/setup_12.x | sudo bash
271271sudo apt update && sudo apt-get install -y nodejs
272272
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
274275sudo ubuntu-drivers autoinstall
275276curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
276277curl -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
337338 WantedBy=multi-user.target
338339EOF'
339340
340- sudo systemctl daemon-reload
341- sudo systemctl enable cml.service --now
341+ sudo systemctl enable cml.service
342+ sudo reboot
342343{{- end}}
343344` )
344345 var customDataBuffer bytes.Buffer
You can’t perform that action at this time.
0 commit comments