Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
19 |
|
20 |
RUN apt-get update && apt-get install -y python3-opencv
|
21 |
|
22 |
-
RUN ls -1al /usr/include/
|
23 |
|
24 |
# RUN pip install opencv-python mediapipe
|
25 |
|
|
|
19 |
|
20 |
RUN apt-get update && apt-get install -y python3-opencv
|
21 |
|
22 |
+
RUN ls -1al /usr/include/
|
23 |
|
24 |
# RUN pip install opencv-python mediapipe
|
25 |
|