Arafath10 commited on
Commit
29a9fac
1 Parent(s): 5c05f26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -31,7 +31,5 @@ COPY --chown=user . $HOME/app
31
 
32
  # Install Playwright browsers as the "user" user
33
  RUN playwright install
34
- # Install Playwright and its dependencies
35
- RUN playwright install --with-deps
36
 
37
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
31
 
32
  # Install Playwright browsers as the "user" user
33
  RUN playwright install
 
 
34
 
35
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]