Skip to content

Commit 979ac81

Browse files
committed
fix: set uv cache dir
1 parent 0f29ef7 commit 979ac81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/profilarr/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ COPY --from=build /source/dist/requirements.txt .
4343

4444
RUN uv python install 3.9
4545

46+
ENV UV_CACHE_DIR="/tmp/uv-cache"
47+
4648
RUN uv venv --python 3.9 && \
4749
. .venv/bin/activate && \
4850
uv pip install --upgrade pip wheel && \

0 commit comments

Comments
 (0)