We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee0e37 commit 10686a0Copy full SHA for 10686a0
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