fffiloni commited on
Commit
7b086f2
·
verified ·
1 Parent(s): 2f5a235

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -65,7 +65,6 @@ 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 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
+
 
70
  CMD ["python", "app.py"]