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