Skip to content

Commit

Permalink
Merge pull request pytorch#148 from pjh5/clean_fix
Browse files Browse the repository at this point in the history
Fix to cleaning with dockers
  • Loading branch information
pjh5 authored Sep 25, 2018
2 parents e2532c7 + d2ed440 commit 161cadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 161cadf

Please sign in to comment.