We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf330f commit 83a6518Copy full SHA for 83a6518
1 file changed
asserts/neoreg/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.12-slim
2
3
WORKDIR /app
4
5
-RUN pip install requests
+RUN pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple/
6
7
COPY neoreg.py .
8
0 commit comments