phamnam commited on
Commit
7d7a455
·
verified ·
1 Parent(s): 11c58ff

Update Dockerfile

Browse files

apt-get install libgl1-mesa-glx

Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN pip install transformers gradio Pillow fastapi
15
  RUN pip install numpy==1.23.5
16
  RUN pip install opencv-python==4.6.0.66
17
  RUN pip install paddleocr==2.7.0.3
 
 
18
 
19
  RUN useradd -m -u 1000 user
20
  USER user
 
15
  RUN pip install numpy==1.23.5
16
  RUN pip install opencv-python==4.6.0.66
17
  RUN pip install paddleocr==2.7.0.3
18
+ RUN apt-get update
19
+ RUN apt-get install libgl1-mesa-glx
20
 
21
  RUN useradd -m -u 1000 user
22
  USER user