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.
2 parents e2532c7 + d2ed440 commit 161cadfCopy full SHA for 161cadf
cron/clean.sh
@@ -33,7 +33,7 @@ for build_dir in "$NIGHTLIES_FOLDER"/*; do
33
# adding sudo in the right places to yum, pip, conda, and CUDA
34
# functionality. Instead of all that, we run the rm command in a
35
# different docker image, since the dockers all run as root.
36
- docker run -v "${NIGHTLIES_FOLDER}":/remote -it soumith/conda-cuda rm -rf "/remote/$cur_date"
+ docker run -v "${NIGHTLIES_FOLDER}":/remote soumith/conda-cuda rm -rf "/remote/$cur_date"
37
fi
38
39
# Make sure the rm worked, in this case we want this next command to
0 commit comments