Arafath10 commited on
Commit
9571a2a
1 Parent(s): 4bcb8ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,6 +30,6 @@ WORKDIR $HOME/app
30
  COPY --chown=user . $HOME/app
31
 
32
  # Install Playwright browsers as the "user" user
33
- RUN playwright==1.44.0 install
34
 
35
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
30
  COPY --chown=user . $HOME/app
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"]