Spaces:
Build error
Build error
Update Dockerfile
Browse filesapt-get install libgl1-mesa-glx
- 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
|