Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|