Skip to content

Commit 26124b4

Browse files
committed
Remove UV_INDEX environment variable from Dockerfile
1 parent 9204abe commit 26124b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debi
1515
ENV UV_COMPILE_BYTECODE=1 \
1616
UV_NO_CACHE=1 \
1717
UV_LINK_MODE=copy \
18-
UV_PROJECT_ENVIRONMENT=/usr/local \
19-
UV_INDEX=https://mirrors.aliyun.com/pypi/simple
18+
UV_PROJECT_ENVIRONMENT=/usr/local
2019

2120
# Install dependencies with cache
2221
RUN --mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)