jing084 commited on
Commit
77f6efb
·
verified ·
1 Parent(s): e2114e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10
3
  RUN apt-get update && apt-get install -y git
4
 
5
  RUN pip install --no-cache-dir \
6
- gradio>=4.0.0 \
7
  pandas>=2.0.0 \
8
  datasets>=2.16.0 \
9
  huggingface_hub>=0.20.0 \
 
3
  RUN apt-get update && apt-get install -y git
4
 
5
  RUN pip install --no-cache-dir \
6
+ gradio>=4.44.0 \
7
  pandas>=2.0.0 \
8
  datasets>=2.16.0 \
9
  huggingface_hub>=0.20.0 \