mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user