itriedcoding commited on
Commit
20393ac
·
verified ·
1 Parent(s): 660e28c

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11-slim
3
  WORKDIR /app
4
 
5
  RUN pip install --no-cache-dir \
6
- gradio==5.15.0 \
7
  torch>=2.0.0 \
8
  tokenizers>=0.15.0 \
9
  huggingface_hub>=0.20.0
 
3
  WORKDIR /app
4
 
5
  RUN pip install --no-cache-dir \
6
+ gradio==4.44.1 \
7
  torch>=2.0.0 \
8
  tokenizers>=0.15.0 \
9
  huggingface_hub>=0.20.0