diff --git a/benchmarks/gaia/Dockerfile.gaia b/benchmarks/gaia/Dockerfile.gaia index f4ee76d03..e8630b78c 100644 --- a/benchmarks/gaia/Dockerfile.gaia +++ b/benchmarks/gaia/Dockerfile.gaia @@ -1,7 +1,7 @@ # Dockerfile for GAIA evaluation with MCP server pre-installed # Extends the base SDK image to pre-cache mcp-server-fetch and eliminate startup delays -ARG SDK_IMAGE=ghcr.io/openhands/eval-agent-server:f715937-gaia-binary-minimal +ARG SDK_IMAGE=ghcr.io/openhands/eval-agent-server:f715937-gaia-binary FROM ${SDK_IMAGE} # Switch to root to install packages diff --git a/benchmarks/gaia/build_images.py b/benchmarks/gaia/build_images.py index 6da18829b..c9e7ba638 100644 --- a/benchmarks/gaia/build_images.py +++ b/benchmarks/gaia/build_images.py @@ -7,7 +7,7 @@ Example: uv run benchmarks/gaia/build_images.py \ - --image ghcr.io/openhands/eval-agent-server --target binary-minimal --push + --image ghcr.io/openhands/eval-agent-server --target binary --push """ import sys