bitsabhi commited on
Commit
0e9f59a
·
1 Parent(s): 75a4fb6

Pin huggingface_hub version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
5
- RUN pip install --no-cache-dir gradio==4.44.0
6
 
7
  COPY app.py .
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN pip install --no-cache-dir gradio==4.31.0 huggingface_hub==0.21.0
6
 
7
  COPY app.py .
8