We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5b4e2 commit 392cd17Copy full SHA for 392cd17
scripts/setup_host.sh
@@ -26,9 +26,7 @@ sudo apt update
26
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
27
#END OFFICIAL DOCKER INSTALL
28
29
-sudo groupadd docker
30
-sudo usermod -aG docker $USER
31
-newgrp docker || true
+
32
33
#INSTALL NVIDIA DOCKER
34
#https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
@@ -55,3 +53,7 @@ echo "you may need to restart your machine"
55
53
#INSTALL PIXI
56
54
curl -fsSL https://pixi.sh/install.sh | bash
57
echo 'eval "$(pixi completion --shell bash)"' >> ~/.bashrc
+sudo groupadd docker
58
+sudo usermod -aG docker $USER
59
+newgrp docker || true
0 commit comments