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 c67237e commit afb3454Copy full SHA for afb3454
src/backend/base.Dockerfile
@@ -36,7 +36,8 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh
36
COPY ./pyproject.toml ./
37
38
# 安装 Python 依赖
39
-RUN python -m pip install --upgrade pip && \
+RUN source $HOME/.local/bin/env && \
40
+ python -m pip install --upgrade pip && \
41
uv pip install -r <(uv pip compile pyproject.toml) --system --no-cache-dir && \
42
uv cache clean
43
0 commit comments