|
|
hace 1 año | |
|---|---|---|
| .. | ||
| Dockerfile.builder | hace 1 año | |
| Dockerfile.builder_with_conda | hace 1 año | |
| Dockerfile.full.v1.1 | hace 1 año | |
| Dockerfile.full.v1.2 | hace 1 año | |
| Dockerfile.full.v1.2.1 | hace 1 año | |
| Dockerfile.full_deps | hace 1 año | |
| README.md | hace 1 año | |
This constructs docker container used for evaluation/swe_bench/scripts/prepare_swe_utils.sh that downloads the datasets.
pushd evaluation/swe_bench
# This builds base image with basic dependencies
docker build -t ghcr.io/opendevin/eval-swe-bench:builder -f ./scripts/docker/Dockerfile.builder .
# This builds image with SWE-Bench conda environment pre-installed
docker build -t ghcr.io/opendevin/eval-swe-bench:builder_with_conda -f ./scripts/docker/Dockerfile.builder_with_conda .