Skip to content

Fix GAIA build target docs: binary-minimal -> binary#667

Draft
simonrosenberg wants to merge 1 commit into
mainfrom
openhands/fix-gaia-build-target-docs
Draft

Fix GAIA build target docs: binary-minimal -> binary#667
simonrosenberg wants to merge 1 commit into
mainfrom
openhands/fix-gaia-build-target-docs

Conversation

@simonrosenberg
Copy link
Copy Markdown
Collaborator

Summary

Fixes the documentation in GAIA benchmark files to use the correct build target binary instead of binary-minimal.

Details

The GAIA benchmark requires Chromium for browser operations, which is only available in the binary target (not binary-minimal). The documentation example in build_images.py and the default ARG in Dockerfile.gaia were incorrectly showing binary-minimal.

This change aligns the documentation with the actual runtime configuration in run_infer.py, which explicitly uses binary target (see lines 179, 186, 195, 217).

Changes

  • benchmarks/gaia/build_images.py: Updated the example command from --target binary-minimal to --target binary
  • benchmarks/gaia/Dockerfile.gaia: Updated the default ARG SDK_IMAGE from gaia-binary-minimal to gaia-binary

Closes #39


This PR was created by an AI assistant (OpenHands) to address issue #39.

@simonrosenberg can click here to continue refining the PR

The GAIA benchmark requires Chromium for browser operations, which is only
available in the 'binary' target (not 'binary-minimal'). The documentation
example and Dockerfile default ARG were incorrectly showing 'binary-minimal'.

This aligns the documentation with the actual runtime configuration in
run_infer.py which explicitly uses 'binary' target.

Closes #39

Co-authored-by: openhands <openhands@all-hands.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs: binary-minimal mentions should be source-minimal instead.

2 participants