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 9204abe commit 26124b4Copy full SHA for 26124b4
backend/Dockerfile
@@ -15,8 +15,7 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debi
15
ENV UV_COMPILE_BYTECODE=1 \
16
UV_NO_CACHE=1 \
17
UV_LINK_MODE=copy \
18
- UV_PROJECT_ENVIRONMENT=/usr/local \
19
- UV_INDEX=https://mirrors.aliyun.com/pypi/simple
+ UV_PROJECT_ENVIRONMENT=/usr/local
20
21
# Install dependencies with cache
22
RUN --mount=type=cache,target=/root/.cache/uv \
0 commit comments