We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deacd13 commit 6bc5e47Copy full SHA for 6bc5e47
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ ENV UV_PYTHON=${PYTHON_VERSION}
17
RUN uv python install ${PYTHON_VERSION} && \
18
uv venv .venv && \
19
if [ -f pyproject.toml ]; then \
20
- uv sync --locked --no-dev; \
+ uv sync --locked --no-dev || uv sync --no-dev; \
21
elif [ -f requirements.txt ]; then \
22
uv pip install -r requirements.txt; \
23
fi
0 commit comments