Fix docker build, integration test (#1533)

* fix docker build

* revert plugins

* fix imports

* fix import

* fix one more import
This commit is contained in:
Robert Brennan
2024-05-02 13:49:25 -04:00
committed by GitHub
parent fadcdc117e
commit 7914258945
9 changed files with 1 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ USER opendevin
COPY --chown=opendevin ./opendevin ./opendevin
COPY --chown=opendevin ./agenthub ./agenthub
RUN python opendevin/download.py # No-op to download assets
RUN python opendevin/core/download.py # No-op to download assets
RUN playwright install --with-deps chromium
COPY --chown=opendevin --from=frontend-builder /app/dist ./frontend/dist

0
opendevin/runtime/plugins/jupyter/execute_cli Normal file → Executable file
View File

0
opendevin/runtime/plugins/jupyter/execute_server Normal file → Executable file
View File

0
opendevin/runtime/plugins/jupyter/setup.sh Normal file → Executable file
View File

View File

View File

View File

View File

View File