We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d6241 commit 6bd77b7Copy full SHA for 6bd77b7
Dockerfile
@@ -38,5 +38,6 @@ RUN uv venv
38
ENV VIRTUAL_ENV=/.venv
39
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
+# Install pip in the virtualenv for standard pip usage
+# Then install other modern Python package managers
43
+RUN uv pip install --no-cache pip poetry pipenv pdm
0 commit comments