phamnam commited on
Commit
fba28a1
·
verified ·
1 Parent(s): 592c52b

Update Dockerfile

Browse files

update libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -5,9 +5,9 @@ ENV CUDA_VISIBLE_DEVICES=-1
5
  ARG PIP_NO_CACHE_DIR=1
6
 
7
  # libssl1.1 for PaddlePaddle
8
- RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb \
9
- && dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb \
10
- && rm libssl1.1_1.1.1f-1ubuntu2.20_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
 
5
  ARG PIP_NO_CACHE_DIR=1
6
 
7
  # libssl1.1 for PaddlePaddle
8
+ RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb \
9
+ && dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb \
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