fffiloni commited on
Commit
b16fddd
·
verified ·
1 Parent(s): ac51986

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -66,5 +66,8 @@ 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
+
70
+ RUN pip install --no-cache-dir diffusers<=0.16.0
71
+ RUN pip install --no-cache-dir huggingface-hub==0.14.1
72
 
73
  CMD ["python", "app.py"]