We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f29ef7 commit 979ac81Copy full SHA for 979ac81
apps/profilarr/Dockerfile
@@ -43,6 +43,8 @@ COPY --from=build /source/dist/requirements.txt .
43
44
RUN uv python install 3.9
45
46
+ENV UV_CACHE_DIR="/tmp/uv-cache"
47
+
48
RUN uv venv --python 3.9 && \
49
. .venv/bin/activate && \
50
uv pip install --upgrade pip wheel && \
0 commit comments