Skip to content

Commit

Permalink
fix: clear /root/.local (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal authored Sep 3, 2024
1 parent 3db5d81 commit d1f3ff4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ RUN \
/usr/share/keyrings/deadsnakes.gpg \
{% endif -%}
/root/.cache \
{% if machine_learning_provider -%}
/root/.local \
{% endif -%}
/root/.npm \
/tmp/* \
/usr/share/keyrings/nodesource-repo.gpg \
Expand Down

0 comments on commit d1f3ff4

Please sign in to comment.