Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 522 Bytes

File metadata and controls

26 lines (17 loc) · 522 Bytes

SWE-bench Dockerfiles (Multilingual)

Dockerfile generator for SWE-bench Multilingual benchmarks (C, Go, Java, JavaScript, PHP, Ruby, Rust).

Usage

# From HuggingFace dataset
dockerfile-gen

# From local JSON/JSONL file
dockerfile-gen --instance_ids google__gson-2479

# Specific instances
dockerfile-gen --instance_ids google__gson-2479

Output

Dockerfile and eval.sh are regenerated in place under tasks/<instance_id>/, from that task's task.json.

Install

pip install -e .