Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.10-slim
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# 3. Install required system libraries for OpenCV to work in the cloud
|
| 8 |
-
RUN apt-get update && apt-get install -y libgl1
|
| 9 |
|
| 10 |
# 4. Copy your requirements file and install the Python libraries
|
| 11 |
COPY requirements.txt .
|
|
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# 3. Install required system libraries for OpenCV to work in the cloud
|
| 8 |
+
RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
|
| 9 |
|
| 10 |
# 4. Copy your requirements file and install the Python libraries
|
| 11 |
COPY requirements.txt .
|