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