reikernx commited on
Commit
47b80f7
·
verified ·
1 Parent(s): 184c192

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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