We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc7058 commit 5940509Copy full SHA for 5940509
Dockerfile
@@ -38,7 +38,7 @@ ENV PATH="/root/.local/bin/:$PATH"
38
COPY uv.lock pyproject.toml ./
39
40
# Install dependencies using uv (only dependencies, not the project itself)
41
-RUN UV_PROJECT_ENVIRONMENT=${VENV_PATH} uv sync --frozen --no-install-project
+RUN UV_PROJECT_ENVIRONMENT=${VENV_PATH} uv sync --frozen --no-install-project --compile-bytecode
42
RUN ${BIN_PATH}/python -m ensurepip
43
# --------------- `final` stage ---------------
44
FROM base AS final
0 commit comments