PYAE1994 commited on
Commit
138b2e5
·
verified ·
1 Parent(s): 255368d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -75,6 +75,11 @@ RUN pip install --no-cache-dir -r requirements.txt
75
  COPY agent/ /app/agent/
76
  ENV PYTHONPATH=/app
77
 
 
 
 
 
 
78
  COPY --chown=user . $HOME/app
79
 
80
  RUN chmod +x start_server.sh
 
75
  COPY agent/ /app/agent/
76
  ENV PYTHONPATH=/app
77
 
78
+ # ========================
79
+ # Step4
80
+ # ========================
81
+ RUN pip install playwright && playwright install --with-deps
82
+
83
  COPY --chown=user . $HOME/app
84
 
85
  RUN chmod +x start_server.sh