kmuthudurai commited on
Commit
0ebe1aa
·
verified ·
1 Parent(s): 02731e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,8 +3,8 @@ FROM python:3.10
3
  ENV CUDA_VISIBLE_DEVICES=-1
4
  ARG PIP_NO_CACHE_DIR=1
5
 
6
- # Install libssl1.1 for PaddlePaddle via apt
7
- RUN apt-get update && apt-get install -y libssl1.1
8
 
9
  RUN pip install torch==2.1.1 -i https://download.pytorch.org/whl/cpu
10
  RUN pip install paddlepaddle==2.5.1 -i https://mirror.baidu.com/pypi/simple
 
3
  ENV CUDA_VISIBLE_DEVICES=-1
4
  ARG PIP_NO_CACHE_DIR=1
5
 
6
+ # Install libssl3 for OpenSSL 3 compatibility
7
+ RUN apt-get update && apt-get install -y libssl3
8
 
9
  RUN pip install torch==2.1.1 -i https://download.pytorch.org/whl/cpu
10
  RUN pip install paddlepaddle==2.5.1 -i https://mirror.baidu.com/pypi/simple