Spaces:
Runtime error
Runtime error
Commit
·
3b02e76
1
Parent(s):
21b0a76
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ RUN chmod -R 777 /app
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
|
|
|
|
9 |
RUN pip install fastapi uvicorn keras aiohttp aiofiles
|
10 |
|
11 |
CMD ["python", "main.py"]
|
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
+
RUN apt update && apt install python-opencv
|
10 |
+
|
11 |
RUN pip install fastapi uvicorn keras aiohttp aiofiles
|
12 |
|
13 |
CMD ["python", "main.py"]
|