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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -65,7 +65,7 @@ COPY app.py .
65
  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
  pip install --upgrade diffusers
70
 
71
  CMD ["python", "app.py"]
 
65
  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
  pip install --upgrade diffusers
70
 
71
  CMD ["python", "app.py"]