Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
disable automatic ubuntu updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed May 2, 2020
1 parent e65f753 commit 0e8fde6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/jenkins-slave-creation-unix/conf-ubuntu-gpu/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ echo 'mxnet-linux-cpu10' > /home/jenkins_slave/jenkins_slave_name
"
echo "$readme" > /home/ubuntu/readme.txt

# Disable automatic Ubuntu updates
sudo systemctl disable --now apt-daily{,-upgrade}.{timer,service}

echo "Setup completed"

# For testing use reboot, but lateron just turn off the instance to prepare AMI generation
Expand Down

0 comments on commit 0e8fde6

Please sign in to comment.