From d2ed440c5d9820bf13f8a29a6ffb29a393845e48 Mon Sep 17 00:00:00 2001 From: pjh5 Date: Tue, 25 Sep 2018 14:53:42 -0700 Subject: [PATCH] Fix to cleaning with dockers --- cron/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/clean.sh b/cron/clean.sh index 30f3feadd81085..24578c8cd45366 100755 --- a/cron/clean.sh +++ b/cron/clean.sh @@ -33,7 +33,7 @@ for build_dir in "$NIGHTLIES_FOLDER"/*; do # adding sudo in the right places to yum, pip, conda, and CUDA # functionality. Instead of all that, we run the rm command in a # different docker image, since the dockers all run as root. - 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" fi # Make sure the rm worked, in this case we want this next command to