phamnam commited on
Commit
7a3c2db
·
verified ·
1 Parent(s): 940620b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install paddleocr==2.7.0.3 \
17
  && pip install opencv-python-headless
18
 
19
  RUN pip install numpy==1.23.5
20
- RUN pip install opencv-contrib-python-headless==4.2.0.32
21
 
22
  RUN useradd -m -u 1000 user
23
  USER user
 
17
  && pip install opencv-python-headless
18
 
19
  RUN pip install numpy==1.23.5
20
+ RUN pip install opencv-python-headless==4.2.0.32
21
 
22
  RUN useradd -m -u 1000 user
23
  USER user