Forráskód Böngészése

更新 'Dockerfile'

lisha 1 éve
szülő
commit
eb371cc46b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ FROM cherishpf/python3-java8:1.0
 WORKDIR ./python_physical_world_v3
 ADD . .
 
-RUN  pip install -r requirements.txt
+RUN  pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
 
 WORKDIR physical_world_exporter