Skip to content

Commit a461485

Browse files
committed
build: allinone
1 parent d78c505 commit a461485

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ COPY --from=python-builder /usr/local /usr/local
5656
RUN ln -sf python3.11 /usr/local/bin/python && \
5757
ln -sf pip /usr/local/bin/pip3
5858

59-
ENV PYTHONPATH=/usr/local/lib/python3.11:$PYTHONPATH
60-
ENV PATH=/usr/local/bin:$PATH
61-
6259
RUN python --version && pip --version
6360

6461
# Install uv tool

0 commit comments

Comments
 (0)