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 a461485 commit 0056809Copy full SHA for 0056809
Dockerfile
@@ -53,9 +53,6 @@ FROM registry.cn-qingdao.aliyuncs.com/dataease/postgres:17.6
53
# python environment
54
COPY --from=python-builder /usr/local /usr/local
55
56
-RUN ln -sf python3.11 /usr/local/bin/python && \
57
- ln -sf pip /usr/local/bin/pip3
58
-
59
RUN python --version && pip --version
60
61
# Install uv tool
0 commit comments