reikernx commited on
Commit
2e32e90
·
verified ·
1 Parent(s): bfbce82

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 Flask aiohttp_wsgi 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 requests Flask aiohttp_wsgi huggingface_hub python-dotenv python-socketio aiohttp
12
 
13
  EXPOSE 7860
14