Arnold Manzano commited on
Commit
078cb82
·
1 Parent(s): 8ac8653

Add missing dep

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN git clone https://github.com/facefusion/facefusion.git . && \
21
 
22
  # Install requirements + Web Server needs
23
  RUN pip install --no-cache-dir -r requirements.txt && \
24
- pip install --no-cache-dir fastapi uvicorn python-multipart requests httpx beautifulsoup4 playwright
25
 
26
  RUN playwright install chromium
27
  RUN playwright install-deps chromium
 
21
 
22
  # Install requirements + Web Server needs
23
  RUN pip install --no-cache-dir -r requirements.txt && \
24
+ pip install --no-cache-dir fastapi uvicorn python-multipart requests httpx beautifulsoup4 playwright playwright-stealth
25
 
26
  RUN playwright install chromium
27
  RUN playwright install-deps chromium