Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# libGL.so.1 diperlukan oleh OpenCV
|
| 14 |
-
RUN apt-get update && apt-get install -y --no-install-recommends libgl1
|
| 15 |
|
| 16 |
# Menyalin semua file proyek lainnya ke direktori kerja
|
| 17 |
COPY . .
|
|
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# libGL.so.1 diperlukan oleh OpenCV
|
| 14 |
+
RUN apt-get update && apt-get install -y --no-install-recommends libgl1 libglib2.0-0
|
| 15 |
|
| 16 |
# Menyalin semua file proyek lainnya ke direktori kerja
|
| 17 |
COPY . .
|