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 88d77f6 commit 028f995Copy full SHA for 028f995
scripts/setup_host.sh
@@ -54,6 +54,9 @@ echo "you may need to restart your machine"
54
curl -fsSL https://pixi.sh/install.sh | bash
55
echo 'eval "$(pixi completion --shell bash)"' >> ~/.bashrc
56
57
+#INSTALL UV
58
+curl -LsSf https://astral.sh/uv/install.sh | sh
59
+
60
sudo groupadd docker
61
sudo usermod -aG docker $USER
62
newgrp docker || true
0 commit comments