Skip to content

Commit

Permalink
remove pip cache from home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Dec 3, 2024
1 parent 6fbf286 commit ab98cee
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 @@ -23,5 +23,5 @@ RUN bash installr.sh


WORKDIR /home/rstudio/
RUN rm -rf .cache/pip
RUN rm -rf ~/.cache/pip
RUN rm -rf setup

0 comments on commit ab98cee

Please sign in to comment.