Skip to content

Commit

Permalink
Remove pip cache after install (flyteorg#2662)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Mecoli1219 <michaellai901026@gmail.com>
  • Loading branch information
thomasjpfan authored and Mecoli1219 committed Aug 14, 2024
1 parent e3b7ec2 commit 7715cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update && apt-get install build-essential -y \
&& apt-get clean autoclean \
&& apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ \
&& rm -rf /root/.cache/pip \
&& useradd -u 1000 flytekit \
&& chown flytekit: /root \
&& chown flytekit: /home \
Expand Down

0 comments on commit 7715cb5

Please sign in to comment.