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 ee7a18b commit 8f8fa6eCopy full SHA for 8f8fa6e
Dockerfile
@@ -29,8 +29,8 @@ RUN \
29
--mount=type=cache,id=uv,target=/root/.cache/uv \
30
true \
31
&& pip install uv \
32
- && uv venv --no-project --relocatable /app \
33
- && uv pip install --directory=/app /src
+ && uv venv --relocatable /app \
+ && uv pip install --upgrade --compile-bytecode --directory=/app /src
34
35
# Install optional software
36
RUN wget --quiet --output-document=/tmp/jq "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64"
0 commit comments