Quellcode durchsuchen

Added playwright commands (#1184)

* post playwright commands

* post playwright commands with deps

* post playwright commands

* post playwright commands with deps

* Put playwright install in the correct place

---------

Co-authored-by: Graham Neubig <neubig@gmail.com>
மனோஜ்குமார் பழனிச்சாமி vor 1 Jahr
Ursprung
Commit
cfbd482498
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      containers/app/Dockerfile

+ 1 - 0
containers/app/Dockerfile

@@ -48,6 +48,7 @@ COPY --from=backend-builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
 COPY ./opendevin ./opendevin
 COPY ./agenthub ./agenthub
 RUN python opendevin/download.py # No-op to download assets
+RUN playwright install --with-deps chromium
 
 COPY --from=frontend-builder /app/dist ./frontend/dist