Преглед изворни кода

pip install use aliyun source

chenhaiyang пре 1 година
родитељ
комит
cc8047344c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,7 +8,7 @@ COPY .env_pro /code/.env
 
 RUN apt-get update && apt-get install -y --no-install-recommends \
     build-essential && \
-    pip install --no-cache-dir --upgrade -r /code/requirements.txt && \
+    pip install --no-cache-dir --upgrade -r /code/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ && \
     mkdir -p /code/ml_models
 
 ENV PYTHONPATH=/code