phamnam commited on
Commit
dff6f32
·
verified ·
1 Parent(s): 736dd80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN pip install paddleocr==2.7.0.3 \
16
  && pip uninstall -y opencv-python opencv-contrib-python \
17
  && pip install opencv-python-headless
18
 
 
 
19
  RUN useradd -m -u 1000 user
20
  USER user
21
  ENV HOME=/home/user
 
16
  && pip uninstall -y opencv-python opencv-contrib-python \
17
  && pip install opencv-python-headless
18
 
19
+ RUN pip install numpy==1.23.4
20
+
21
  RUN useradd -m -u 1000 user
22
  USER user
23
  ENV HOME=/home/user