Spaces:
Runtime error
Runtime error
imperialwool
commited on
Commit
•
69631b6
1
Parent(s):
46dbb69
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ WORKDIR /app
|
|
8 |
|
9 |
RUN apt update && apt install python3-opencv -y
|
10 |
|
11 |
-
RUN pip install fastapi uvicorn keras aiohttp aiofiles
|
12 |
|
13 |
CMD ["python", "main.py"]
|
|
|
8 |
|
9 |
RUN apt update && apt install python3-opencv -y
|
10 |
|
11 |
+
RUN pip install fastapi uvicorn keras aiohttp aiofiles opencv-python
|
12 |
|
13 |
CMD ["python", "main.py"]
|