phamnam commited on
Commit
736dd80
·
verified ·
1 Parent(s): fba28a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-
10
  && rm libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
11
 
12
  RUN pip install torch==2.1.1 -i https://download.pytorch.org/whl/cpu
13
- RUN pip install paddlepaddle==2.5.1 -i https://mirror.baidu.com/pypi/simple
14
  RUN pip install transformers gradio Pillow fastapi
15
  RUN pip install paddleocr==2.7.0.3 \
16
  && pip uninstall -y opencv-python opencv-contrib-python \
 
10
  && rm libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
11
 
12
  RUN pip install torch==2.1.1 -i https://download.pytorch.org/whl/cpu
13
+ RUN python -m pip install paddlepaddle==2.5.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
14
  RUN pip install transformers gradio Pillow fastapi
15
  RUN pip install paddleocr==2.7.0.3 \
16
  && pip uninstall -y opencv-python opencv-contrib-python \