OzoneAsai commited on
Commit
b709c04
1 Parent(s): b0f4ecc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -36,5 +36,6 @@ gatherUsageStats = false\n\
36
  COPY --chown=user ./requirements.txt requirements.txt
37
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
38
  RUN chmod 777 ./
 
39
  COPY --chown=user . /app
40
  CMD ["streamlit","run", "app.py",">","dev/null"]
 
36
  COPY --chown=user ./requirements.txt requirements.txt
37
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
38
  RUN chmod 777 ./
39
+ RUN python -m playwright install
40
  COPY --chown=user . /app
41
  CMD ["streamlit","run", "app.py",">","dev/null"]