Skip to content

Commit 161cadf

Browse files
authored
Merge pull request pytorch#148 from pjh5/clean_fix
Fix to cleaning with dockers
2 parents e2532c7 + d2ed440 commit 161cadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for build_dir in "$NIGHTLIES_FOLDER"/*; do
3333
# adding sudo in the right places to yum, pip, conda, and CUDA
3434
# functionality. Instead of all that, we run the rm command in a
3535
# 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"
36+
docker run -v "${NIGHTLIES_FOLDER}":/remote soumith/conda-cuda rm -rf "/remote/$cur_date"
3737
fi
3838

3939
# Make sure the rm worked, in this case we want this next command to

0 commit comments

Comments
 (0)