We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1882467 commit 5b42e59Copy full SHA for 5b42e59
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 \
pyproject.toml
@@ -70,3 +70,7 @@ server = [
70
package = false
71
python-downloads = "manual"
72
default-groups = ["dev", "lint"]
73
+
74
+[[tool.uv.index]]
75
+name = "aliyun"
76
+url = "https://mirrors.aliyun.com/pypi/simple"
0 commit comments