fffiloni commited on
Commit
e7a2acc
·
verified ·
1 Parent(s): 2228b2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -66,5 +66,6 @@ COPY requirements_HF.txt .
66
 
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
  CMD ["python", "app.py"]
 
66
 
67
  RUN pip install --no-cache-dir -r requirements_HF.txt && \
68
  pip install --no-cache-dir gradio ffmpeg-python dlib-bin basicsr
69
+ pip install --upgrade diffusers
70
 
71
  CMD ["python", "app.py"]