Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Sep 26, 2023
1 parent 7957e64 commit 5050d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN printf -- "--- TIME %s %s\n" `date +%H:%M` torch && \
pip install --cache-dir=$TMPDIR --build=$TMPDIR torch==1.7.1+cpu -f https://download.pytorch.org/whl/torch_stable.html && \
echo -n "BEFORE CLEANUP: " && du -hs /aha && \
/bin/rm -rf $TMPDIR && \
echo -n "AFTER CLEANUP: " && du -hs /aha && \
echo -n "AFTER CLEANUP: " && du -hs /aha
# Restore original value of TMPDIR
ENV TMPDIR=$TMPTMPDIR

Expand Down

0 comments on commit 5050d3d

Please sign in to comment.