Add inference generation of SWE-Perf Benchmark (#10246)

Co-authored-by: mamoodi <mamoodiha@gmail.com>
Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Xinyi He
2025-09-23 04:35:30 +08:00
committed by GitHub
parent 547e1049f1
commit 7906eab6b1
11 changed files with 2282 additions and 1 deletions

View File

@@ -105,7 +105,8 @@ RUN mkdir -p /openhands && \
# https://docs.docker.com/engine/install/debian/
RUN \
# Determine OS type and install accordingly
if [[ "{{ base_image }}" == *"ubuntu"* ]]; then \
if [[ "{{ base_image }}" == *"ubuntu"* || "{{ base_image }}" == *"betty1202"* ]]; then \
# 'betty1202' for sweperf
# Handle Ubuntu (following https://docs.docker.com/engine/install/ubuntu/)
# Add Docker's official GPG key
apt-get update && \