Spaces:
Runtime error
Runtime error
banao-tech
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Base image
|
2 |
FROM python:3.10-slim
|
3 |
|
|
|
4 |
# Install system dependencies for OpenCV
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
libglib2.0-0 \
|
|
|
1 |
# Base image
|
2 |
FROM python:3.10-slim
|
3 |
|
4 |
+
|
5 |
# Install system dependencies for OpenCV
|
6 |
RUN apt-get update && apt-get install -y \
|
7 |
libglib2.0-0 \
|