fffiloni commited on
Commit
6054d87
·
verified ·
1 Parent(s): e737ca9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,7 +67,7 @@ COPY requirements_HF.txt .
67
  RUN pip install --no-cache-dir -r requirements_HF.txt && \
68
  pip install --no-cache-dir gradio ffmpeg-python dlib-bin basicsr
69
 
70
- RUN pip install --no-cache-dir diffusers==0.15.0
71
  RUN pip install --no-cache-dir huggingface-hub==0.25.2
72
 
73
  CMD ["python", "app.py"]
 
67
  RUN pip install --no-cache-dir -r requirements_HF.txt && \
68
  pip install --no-cache-dir gradio ffmpeg-python dlib-bin basicsr
69
 
70
+ RUN pip install --no-cache-dir diffusers==0.11.0
71
  RUN pip install --no-cache-dir huggingface-hub==0.25.2
72
 
73
  CMD ["python", "app.py"]