Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ COPY . .
|
|
| 8 |
|
| 9 |
RUN chmod -R 777 /app
|
| 10 |
|
| 11 |
-
RUN pip install --no-cache-dir huggingface_hub python-dotenv python-socketio aiohttp
|
| 12 |
|
| 13 |
EXPOSE 7860
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
RUN chmod -R 777 /app
|
| 10 |
|
| 11 |
+
RUN pip install --no-cache-dir Flask aiohttp_wsgi huggingface_hub python-dotenv python-socketio aiohttp
|
| 12 |
|
| 13 |
EXPOSE 7860
|
| 14 |
|