Skip to content

Commit

Permalink
Update node-22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
turowicz authored Jul 17, 2024
1 parent d427c32 commit a36dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/node-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ apt-get update && apt-get upgrade -y && apt-get install -y lsof \
apt-get remove -y unattended-upgrades

# Install Docker
# curl https://get.docker.com | sh && systemctl --now enable docker
curl https://get.docker.com | sh && systemctl --now enable docker

# Install Drivers
apt-get -y install --no-install-recommends cuda-drivers-535
Expand Down

0 comments on commit a36dbc1

Please sign in to comment.