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 47f5613 commit 732d091Copy full SHA for 732d091
cml/setup.sh
@@ -30,5 +30,5 @@ if [ ! -f "$FILE" ]; then
30
sudo apt update && sudo apt install -y nvidia-docker2
31
sudo systemctl restart docker
32
33
- sudo echo 'OK' >"$FILE"
+ echo OK | sudo tee "$FILE"
34
fi
0 commit comments