fffiloni commited on
Commit
9b3ea55
1 Parent(s): 5a0ff91

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,7 +51,7 @@ COPY requirements_HF.txt .
51
  # Install Python dependencies from requirements.txt
52
  RUN pip install --upgrade pip
53
  RUN pip install -r requirements_HF.txt
54
- RUN pip install gradio==5.0.1
55
  RUN pip install cupy==10.4.0
56
 
57
  USER root
 
51
  # Install Python dependencies from requirements.txt
52
  RUN pip install --upgrade pip
53
  RUN pip install -r requirements_HF.txt
54
+ RUN pip install gradio
55
  RUN pip install cupy==10.4.0
56
 
57
  USER root