phamnam commited on
Commit
58675de
·
verified ·
1 Parent(s): 7d7a455

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ 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
 
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 -y
20
 
21
  RUN useradd -m -u 1000 user
22
  USER user