We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ee0e37 + 10686a0 commit d431d63Copy full SHA for d431d63
Dockerfile
@@ -36,4 +36,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
36
RUN uv venv
37
38
ENV VIRTUAL_ENV=/.venv
39
-ENV PATH="/bin:$VIRTUAL_ENV/bin:$PATH"
+ENV PATH="/bin:$VIRTUAL_ENV/bin:$PATH"
40
+
41
+# Install modern Python package managers for completeness
42
+RUN uv pip install --no-cache poetry pipenv pdm
0 commit comments