Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN git clone https://github.com/cryophobe/konandb .
|
|
| 8 |
|
| 9 |
RUN chmod -R 777 /app
|
| 10 |
|
| 11 |
-
RUN pip install --no-cache-dir huggingface_hub python-socketio aiohttp
|
| 12 |
|
| 13 |
EXPOSE 7860
|
| 14 |
|
|
|
|
| 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 |
|