Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/gaia/Dockerfile.gaia
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gaia/build_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading