Spaces:
Runtime error
Runtime error
Commit ·
f385870
1
Parent(s): 8787187
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN chmod -R 777 /app
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
-
RUN apt update && apt install python3-opencv
|
| 10 |
|
| 11 |
RUN pip install fastapi uvicorn keras aiohttp aiofiles
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
+
RUN apt update && apt install python3-opencv -y
|
| 10 |
|
| 11 |
RUN pip install fastapi uvicorn keras aiohttp aiofiles
|
| 12 |
|