Skip to content

Commit

Permalink
Add UV_NO_CACHE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Aug 28, 2024
1 parent b9e48ff commit eccd616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENV TZ="Etc/UTC" \
DEBIAN_FRONTEND="noninteractive" \
SHELL="/bin/bash" \
PIP_NO_CACHE_DIR=1 \
UV_NO_CACHE=1 \
PYTHONUNBUFFERED=1

# needed for string substitution in RUN directives
Expand Down

0 comments on commit eccd616

Please sign in to comment.