Skip to content

Commit

Permalink
stop some services
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 29, 2024
1 parent 1ac57dd commit 1968067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
# https://ubuntu.com/server/docs/nvidia-drivers-installation
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ubuntu-drivers-common
ubuntu-drivers install
# stop some services to preserve memory
snap stop amazon-ssm-agent
systemctl stop chrony acpid cron multipathd snapd systemd-timedated
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
-e GITHUB_TOKEN={GITHUB_TOKEN} \
-e GITHUB_SERVER_URL={GITHUB_SERVER_URL} \
Expand Down

0 comments on commit 1968067

Please sign in to comment.