maylinejix commited on
Commit
7344de1
·
verified ·
1 Parent(s): ab5a11e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -16,6 +16,9 @@ WORKDIR /app
16
 
17
  COPY requirements.txt .
18
  RUN pip install --no-cache-dir -r requirements.txt
 
 
 
19
 
20
  COPY app.py .
21
 
 
16
 
17
  COPY requirements.txt .
18
  RUN pip install --no-cache-dir -r requirements.txt
19
+ RUN pip install --no-cache-dir -r requirements.txt
20
+ RUN playwright install chromium
21
+ RUN playwright install-deps
22
 
23
  COPY app.py .
24