mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
Fix docker build, integration test (#1533)
* fix docker build * revert plugins * fix imports * fix import * fix one more import
This commit is contained in:
@@ -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
0
opendevin/runtime/plugins/jupyter/execute_cli
Normal file → Executable file
0
opendevin/runtime/plugins/jupyter/execute_server
Normal file → Executable file
0
opendevin/runtime/plugins/jupyter/execute_server
Normal file → Executable file
0
opendevin/runtime/plugins/jupyter/setup.sh
Normal file → Executable file
0
opendevin/runtime/plugins/jupyter/setup.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/_setup_cursor_mode_env.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/_setup_cursor_mode_env.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/_setup_default_env.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/_setup_default_env.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/_split_string
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/_split_string
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/setup_cursor_mode.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/setup_cursor_mode.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/setup_default.sh
Normal file → Executable file
0
opendevin/runtime/plugins/swe_agent_commands/setup_default.sh
Normal file → Executable file
Reference in New Issue
Block a user