We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78c505 commit a461485Copy full SHA for a461485
Dockerfile
@@ -56,9 +56,6 @@ COPY --from=python-builder /usr/local /usr/local
56
RUN ln -sf python3.11 /usr/local/bin/python && \
57
ln -sf pip /usr/local/bin/pip3
58
59
-ENV PYTHONPATH=/usr/local/lib/python3.11:$PYTHONPATH
60
-ENV PATH=/usr/local/bin:$PATH
61
-
62
RUN python --version && pip --version
63
64
# Install uv tool
0 commit comments