From 7914258945e0804486f1adcb0e118c1a96f18429 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Thu, 2 May 2024 13:49:25 -0400 Subject: [PATCH] Fix docker build, integration test (#1533) * fix docker build * revert plugins * fix imports * fix import * fix one more import --- containers/app/Dockerfile | 2 +- opendevin/runtime/plugins/jupyter/execute_cli | 0 opendevin/runtime/plugins/jupyter/execute_server | 0 opendevin/runtime/plugins/jupyter/setup.sh | 0 .../plugins/swe_agent_commands/_setup_cursor_mode_env.sh | 0 .../runtime/plugins/swe_agent_commands/_setup_default_env.sh | 0 opendevin/runtime/plugins/swe_agent_commands/_split_string | 0 .../runtime/plugins/swe_agent_commands/setup_cursor_mode.sh | 0 opendevin/runtime/plugins/swe_agent_commands/setup_default.sh | 0 9 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 opendevin/runtime/plugins/jupyter/execute_cli mode change 100644 => 100755 opendevin/runtime/plugins/jupyter/execute_server mode change 100644 => 100755 opendevin/runtime/plugins/jupyter/setup.sh mode change 100644 => 100755 opendevin/runtime/plugins/swe_agent_commands/_setup_cursor_mode_env.sh mode change 100644 => 100755 opendevin/runtime/plugins/swe_agent_commands/_setup_default_env.sh mode change 100644 => 100755 opendevin/runtime/plugins/swe_agent_commands/_split_string mode change 100644 => 100755 opendevin/runtime/plugins/swe_agent_commands/setup_cursor_mode.sh mode change 100644 => 100755 opendevin/runtime/plugins/swe_agent_commands/setup_default.sh diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index 39c64455fb..6cac84e823 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -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 diff --git a/opendevin/runtime/plugins/jupyter/execute_cli b/opendevin/runtime/plugins/jupyter/execute_cli old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/jupyter/execute_server b/opendevin/runtime/plugins/jupyter/execute_server old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/jupyter/setup.sh b/opendevin/runtime/plugins/jupyter/setup.sh old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/swe_agent_commands/_setup_cursor_mode_env.sh b/opendevin/runtime/plugins/swe_agent_commands/_setup_cursor_mode_env.sh old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/swe_agent_commands/_setup_default_env.sh b/opendevin/runtime/plugins/swe_agent_commands/_setup_default_env.sh old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/swe_agent_commands/_split_string b/opendevin/runtime/plugins/swe_agent_commands/_split_string old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/swe_agent_commands/setup_cursor_mode.sh b/opendevin/runtime/plugins/swe_agent_commands/setup_cursor_mode.sh old mode 100644 new mode 100755 diff --git a/opendevin/runtime/plugins/swe_agent_commands/setup_default.sh b/opendevin/runtime/plugins/swe_agent_commands/setup_default.sh old mode 100644 new mode 100755