Sync task 118 immutable image digest metadata
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +9 -3
- data/tasks.csv +0 -0
- docs/run-batch.md +6 -3
- manifests/release_provenance.json +1 -1
- manifests/tasks.jsonl +0 -0
- tasks/task_004/environment/Dockerfile +7 -1
- tasks/task_004/task.toml +2 -2
- tasks/task_004/tests/Dockerfile +1 -1
- tasks/task_006/environment/Dockerfile +7 -1
- tasks/task_006/task.toml +2 -2
- tasks/task_006/tests/Dockerfile +1 -1
- tasks/task_007/environment/Dockerfile +3 -1
- tasks/task_007/task.toml +2 -2
- tasks/task_007/tests/Dockerfile +1 -1
- tasks/task_008/environment/Dockerfile +3 -1
- tasks/task_008/task.toml +2 -2
- tasks/task_008/tests/Dockerfile +1 -1
- tasks/task_009/environment/Dockerfile +3 -1
- tasks/task_009/task.toml +2 -2
- tasks/task_009/tests/Dockerfile +1 -1
- tasks/task_010/environment/Dockerfile +3 -1
- tasks/task_010/task.toml +2 -2
- tasks/task_010/tests/Dockerfile +1 -1
- tasks/task_011/environment/Dockerfile +3 -1
- tasks/task_011/task.toml +2 -2
- tasks/task_011/tests/Dockerfile +1 -1
- tasks/task_012/environment/Dockerfile +3 -1
- tasks/task_012/task.toml +2 -2
- tasks/task_012/tests/Dockerfile +1 -1
- tasks/task_013/environment/Dockerfile +3 -1
- tasks/task_013/task.toml +2 -2
- tasks/task_013/tests/Dockerfile +1 -1
- tasks/task_016/environment/Dockerfile +3 -1
- tasks/task_016/task.toml +2 -2
- tasks/task_016/tests/Dockerfile +1 -1
- tasks/task_017/environment/Dockerfile +3 -1
- tasks/task_017/task.toml +2 -2
- tasks/task_017/tests/Dockerfile +1 -1
- tasks/task_018/environment/Dockerfile +4 -1
- tasks/task_018/task.toml +2 -2
- tasks/task_018/tests/Dockerfile +1 -1
- tasks/task_019/environment/Dockerfile +3 -1
- tasks/task_019/task.toml +2 -2
- tasks/task_019/tests/Dockerfile +1 -1
- tasks/task_020/environment/Dockerfile +3 -1
- tasks/task_020/task.toml +2 -2
- tasks/task_020/tests/Dockerfile +1 -1
- tasks/task_023/environment/Dockerfile +3 -1
- tasks/task_023/task.toml +2 -2
- tasks/task_023/tests/Dockerfile +1 -1
README.md
CHANGED
|
@@ -116,14 +116,16 @@ The environment image contains the baseline source, public fixtures, dependencie
|
|
| 116 |
|
| 117 |
## Quick Start
|
| 118 |
|
|
|
|
|
|
|
| 119 |
~~~bash
|
| 120 |
-
python3 -m pip install "huggingface_hub[cli]"
|
| 121 |
hf auth login
|
| 122 |
hf download OpenMOSS-Team/SWE-bench-Science \
|
| 123 |
--repo-type dataset --local-dir swe-bench-science
|
| 124 |
cd swe-bench-science
|
| 125 |
|
| 126 |
-
uv tool install "datacurve-pier==0.3.0"
|
| 127 |
docker login
|
| 128 |
~~~
|
| 129 |
|
|
@@ -204,7 +206,11 @@ python3 tools/run_batch.py \
|
|
| 204 |
--jobs-dir jobs --job-name codex-small
|
| 205 |
~~~
|
| 206 |
|
| 207 |
-
For
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
|
| 209 |
## Provider Profiles
|
| 210 |
|
|
|
|
| 116 |
|
| 117 |
## Quick Start
|
| 118 |
|
| 119 |
+
The pinned `datacurve-pier==0.3.0` release requires Python 3.12 or newer.
|
| 120 |
+
|
| 121 |
~~~bash
|
| 122 |
+
python3.12 -m pip install "huggingface_hub[cli]"
|
| 123 |
hf auth login
|
| 124 |
hf download OpenMOSS-Team/SWE-bench-Science \
|
| 125 |
--repo-type dataset --local-dir swe-bench-science
|
| 126 |
cd swe-bench-science
|
| 127 |
|
| 128 |
+
uv tool install --python 3.12 "datacurve-pier==0.3.0"
|
| 129 |
docker login
|
| 130 |
~~~
|
| 131 |
|
|
|
|
| 206 |
--jobs-dir jobs --job-name codex-small
|
| 207 |
~~~
|
| 208 |
|
| 209 |
+
For an approximately 120-second agent-stage smoke, add
|
| 210 |
+
`--agent-timeout-multiplier 0.0223`; for an approximately 30-second smoke, use
|
| 211 |
+
`--agent-timeout-multiplier 0.0055556`. Verifier and scientific-build timeouts
|
| 212 |
+
remain independent. The pinned `datacurve-pier==0.3.0` release requires Python
|
| 213 |
+
3.12 or newer.
|
| 214 |
|
| 215 |
## Provider Profiles
|
| 216 |
|
data/tasks.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
docs/run-batch.md
CHANGED
|
@@ -11,13 +11,15 @@ for `linux/amd64`, writes a redacted run record, and invokes Pier with
|
|
| 11 |
From a downloaded release directory:
|
| 12 |
|
| 13 |
~~~bash
|
| 14 |
-
uv tool install "datacurve-pier==0.3.0"
|
| 15 |
docker login
|
| 16 |
python3 tools/materialize.py \
|
| 17 |
--task-id 002,005-007 \
|
| 18 |
--output tasks-selected-small --force
|
| 19 |
~~~
|
| 20 |
|
|
|
|
|
|
|
| 21 |
The `--path` passed to `run_batch.py` must be a materialized directory containing
|
| 22 |
`task_NNN/task.toml` directories. The runner never selects tasks implicitly and
|
| 23 |
never reads task definitions from GitHub at runtime.
|
|
@@ -121,8 +123,9 @@ python3 tools/run_batch.py \
|
|
| 121 |
~~~
|
| 122 |
|
| 123 |
For an approximately 120-second agent-stage smoke, add
|
| 124 |
-
`--agent-timeout-multiplier 0.0223`.
|
| 125 |
-
|
|
|
|
| 126 |
|
| 127 |
## Patch and Verifier Boundary
|
| 128 |
|
|
|
|
| 11 |
From a downloaded release directory:
|
| 12 |
|
| 13 |
~~~bash
|
| 14 |
+
uv tool install --python 3.12 "datacurve-pier==0.3.0"
|
| 15 |
docker login
|
| 16 |
python3 tools/materialize.py \
|
| 17 |
--task-id 002,005-007 \
|
| 18 |
--output tasks-selected-small --force
|
| 19 |
~~~
|
| 20 |
|
| 21 |
+
The pinned `datacurve-pier==0.3.0` release requires Python 3.12 or newer.
|
| 22 |
+
|
| 23 |
The `--path` passed to `run_batch.py` must be a materialized directory containing
|
| 24 |
`task_NNN/task.toml` directories. The runner never selects tasks implicitly and
|
| 25 |
never reads task definitions from GitHub at runtime.
|
|
|
|
| 123 |
~~~
|
| 124 |
|
| 125 |
For an approximately 120-second agent-stage smoke, add
|
| 126 |
+
`--agent-timeout-multiplier 0.0223`. For an approximately 30-second agent-stage
|
| 127 |
+
smoke, use `--agent-timeout-multiplier 0.0055556`. These options do not shorten
|
| 128 |
+
the verifier timeout or any native build timeout.
|
| 129 |
|
| 130 |
## Patch and Verifier Boundary
|
| 131 |
|
manifests/release_provenance.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
"verifier_digest_count": 119,
|
| 17 |
"pair_definition": "For each release_id, the environment_image and verifier_image fields in manifests/tasks.jsonl form the immutable pair used by the runner.",
|
| 18 |
"verifier_base_rule": "A verifier is built FROM the corresponding environment reference pinned by its digest.",
|
| 19 |
-
"manifest_sha256": "
|
| 20 |
},
|
| 21 |
"clean_evaluation": {
|
| 22 |
"authoritative_image_source": "The immutable Docker Hub references in manifests/tasks.jsonl; no alternate or historical image set is selected at runtime.",
|
|
|
|
| 16 |
"verifier_digest_count": 119,
|
| 17 |
"pair_definition": "For each release_id, the environment_image and verifier_image fields in manifests/tasks.jsonl form the immutable pair used by the runner.",
|
| 18 |
"verifier_base_rule": "A verifier is built FROM the corresponding environment reference pinned by its digest.",
|
| 19 |
+
"manifest_sha256": "bcada90a99fcfd88e67ff4faf38af8ad3dad354b32a5a904a75d378e29ca8d4c"
|
| 20 |
},
|
| 21 |
"clean_evaluation": {
|
| 22 |
"authoritative_image_source": "The immutable Docker Hub references in manifests/tasks.jsonl; no alternate or historical image set is selected at runtime.",
|
manifests/tasks.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/task_004/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -24,6 +25,10 @@ RUN apt-get -o Acquire::Retries=10 update \
|
|
| 24 |
curl \
|
| 25 |
git \
|
| 26 |
ripgrep \
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
@@ -43,7 +48,8 @@ COPY public/ /app/task_004/
|
|
| 43 |
COPY requirements.lock /app/task_004/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_004:/app/task_004/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 25 |
curl \
|
| 26 |
git \
|
| 27 |
ripgrep \
|
| 28 |
+
build-essential \
|
| 29 |
+
zlib1g-dev \
|
| 30 |
+
libbz2-dev \
|
| 31 |
+
liblzma-dev \
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
|
|
| 48 |
COPY requirements.lock /app/task_004/requirements.lock
|
| 49 |
|
| 50 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 51 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 52 |
+
|
| 53 |
ENV PYTHONPATH=/app/task_004:/app/task_004/source
|
| 54 |
|
| 55 |
RUN git init \
|
tasks/task_004/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-c-task-004:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-c-task-004:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-c-task-004:v0.1.2@sha256:65cb1c570b609dea1d174a7897c710744d5b8fe8fec17d9301ef688ed667c289"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-c-task-004:v0.1.2@sha256:1714f845a65d035a8d39413224fe569efedb98b717dd21eff035222e9348a1a0"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_004/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-004:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-004:v0.1.2@sha256:1714f845a65d035a8d39413224fe569efedb98b717dd21eff035222e9348a1a0
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_006/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -24,6 +25,10 @@ RUN apt-get -o Acquire::Retries=10 update \
|
|
| 24 |
curl \
|
| 25 |
git \
|
| 26 |
ripgrep \
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
@@ -43,7 +48,8 @@ COPY public/ /app/task_006/
|
|
| 43 |
COPY requirements.lock /app/task_006/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_006:/app/task_006/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 25 |
curl \
|
| 26 |
git \
|
| 27 |
ripgrep \
|
| 28 |
+
build-essential \
|
| 29 |
+
zlib1g-dev \
|
| 30 |
+
libbz2-dev \
|
| 31 |
+
liblzma-dev \
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
|
|
| 48 |
COPY requirements.lock /app/task_006/requirements.lock
|
| 49 |
|
| 50 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 51 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 52 |
+
|
| 53 |
ENV PYTHONPATH=/app/task_006:/app/task_006/source
|
| 54 |
|
| 55 |
RUN git init \
|
tasks/task_006/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-c-task-006:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-c-task-006:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-c-task-006:v0.1.2@sha256:baa470cc93cd9a04101592929a9caec56ffdc2cde586ef97037366ad71a45056"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-c-task-006:v0.1.2@sha256:3cc0295af4cc108d28acc43a0586aaecba16f76952070c6bd12319007300cb33"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_006/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-006:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-006:v0.1.2@sha256:3cc0295af4cc108d28acc43a0586aaecba16f76952070c6bd12319007300cb33
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_007/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_007/
|
|
| 43 |
COPY requirements.lock /app/task_007/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_007:/app/task_007/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_007/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_007:/app/task_007/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_007/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-007:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-007:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-007:v0.1.2@sha256:235fe08b1b099b5c86bfce489ba2b2e1e2993868e5a678eecfa0c6c4e97462eb"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-007:v0.1.2@sha256:917114c3ffdb183152bb669276dd99ef7838e7530cbeee0b03f2e33bbe4e949b"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_007/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-007:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-007:v0.1.2@sha256:917114c3ffdb183152bb669276dd99ef7838e7530cbeee0b03f2e33bbe4e949b
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_008/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_008/
|
|
| 43 |
COPY requirements.lock /app/task_008/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_008:/app/task_008/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_008/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_008:/app/task_008/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_008/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-008:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-008:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-008:v0.1.2@sha256:67652fcbbbb6b81d13c7bf4f861743251c0a5a4c00d67c656255dc2d0ed65aa3"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-008:v0.1.2@sha256:ea6714179a39cad4d647e9e2a6edf65a0276398d26a12424354ff0009d87f5e7"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_008/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-008:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-008:v0.1.2@sha256:ea6714179a39cad4d647e9e2a6edf65a0276398d26a12424354ff0009d87f5e7
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_009/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_009/
|
|
| 43 |
COPY requirements.lock /app/task_009/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_009:/app/task_009/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_009/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_009:/app/task_009/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_009/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-009:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-009:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-009:v0.1.2@sha256:f4c314a57e656f4f4b480fa5d4967f476fb36c7aa5eb22e5f95398554d9ec79c"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-009:v0.1.2@sha256:fe483ea0e64c344cc2cce2bd520aadc241558e7a7d2f6f397e18267d5bcbf7bb"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_009/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-009:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-009:v0.1.2@sha256:fe483ea0e64c344cc2cce2bd520aadc241558e7a7d2f6f397e18267d5bcbf7bb
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_010/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_010/
|
|
| 43 |
COPY requirements.lock /app/task_010/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_010:/app/task_010/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_010/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_010:/app/task_010/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_010/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-010:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-010:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-010:v0.1.2@sha256:867e3dfffade72ba123197967e19cfd281aef763cc65eaea1ec931ed289efcb2"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-010:v0.1.2@sha256:da78183bad966c8df21b1501d92972394cf4220fb852d89a7b523b246c92f3f0"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_010/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-010:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-010:v0.1.2@sha256:da78183bad966c8df21b1501d92972394cf4220fb852d89a7b523b246c92f3f0
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_011/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_011/
|
|
| 43 |
COPY requirements.lock /app/task_011/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_011:/app/task_011/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_011/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_011:/app/task_011/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_011/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-011:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-011:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-011:v0.1.2@sha256:c7a983c41a250610e6e26ea1942eb48c64b4a52ca16e3eacf018bb55cb3984d9"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-011:v0.1.2@sha256:db224a611187155658b2ca1a948f594af3c408907f8820e5d27264e11887f1b6"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_011/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-011:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-011:v0.1.2@sha256:db224a611187155658b2ca1a948f594af3c408907f8820e5d27264e11887f1b6
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_012/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_012/
|
|
| 43 |
COPY requirements.lock /app/task_012/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_012:/app/task_012/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_012/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_012:/app/task_012/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_012/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-012:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-012:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-012:v0.1.2@sha256:ae274ac16ca1f61fe3245800e726f1ab6865877a1befd7e75dacac44c004dbea"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-012:v0.1.2@sha256:71e687d9ab5bb57d516d8c59ad7ecaf66dce8295aa7922f32cab601b01ead49b"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_012/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-012:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-012:v0.1.2@sha256:71e687d9ab5bb57d516d8c59ad7ecaf66dce8295aa7922f32cab601b01ead49b
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_013/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_013/
|
|
| 43 |
COPY requirements.lock /app/task_013/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_013:/app/task_013/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_013/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_013:/app/task_013/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_013/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-013:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-013:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-013:v0.1.2@sha256:98a69cf249d0808208596eea6b745af5d25c047dd5f230e22051b89fb30830a0"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-013:v0.1.2@sha256:1777aaef426fe23edda9c2e7f536877678a48ddd9d4d4a2c90e6520d8a6144af"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_013/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-013:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-013:v0.1.2@sha256:1777aaef426fe23edda9c2e7f536877678a48ddd9d4d4a2c90e6520d8a6144af
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_016/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_016/
|
|
| 43 |
COPY requirements.lock /app/task_016/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_016:/app/task_016/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_016/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_016:/app/task_016/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_016/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-cython-task-016:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-cython-task-016:v0.1.2@sha256:7ecc99a79a168dd6e0af31158840cb3f21df04a153ec9283c44ff951ec3a16b0"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.2@sha256:5fbf4b76fd2c85e64b655ed6dd5db84814cd1827be058838de569da93e9f9680"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_016/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.2@sha256:5fbf4b76fd2c85e64b655ed6dd5db84814cd1827be058838de569da93e9f9680
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_017/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_017/
|
|
| 43 |
COPY requirements.lock /app/task_017/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_017:/app/task_017/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_017/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_017:/app/task_017/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_017/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-017:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-017:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-017:v0.1.2@sha256:95f109be6784572b7903f03e0f6617498b3b14f9578c7c2f703313ce90d9451d"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-017:v0.1.2@sha256:082a831bd6af86c7a13fd06feddd97a9886990571583a42a9f9ec829c2f05873"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_017/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-017:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-017:v0.1.2@sha256:082a831bd6af86c7a13fd06feddd97a9886990571583a42a9f9ec829c2f05873
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_018/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -24,6 +25,7 @@ RUN apt-get -o Acquire::Retries=10 update \
|
|
| 24 |
curl \
|
| 25 |
git \
|
| 26 |
ripgrep \
|
|
|
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
@@ -43,7 +45,8 @@ COPY public/ /app/task_018/
|
|
| 43 |
COPY requirements.lock /app/task_018/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_018:/app/task_018/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 25 |
curl \
|
| 26 |
git \
|
| 27 |
ripgrep \
|
| 28 |
+
zlib1g-dev \
|
| 29 |
&& rm -rf /var/lib/apt/lists/*
|
| 30 |
|
| 31 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
|
|
| 45 |
COPY requirements.lock /app/task_018/requirements.lock
|
| 46 |
|
| 47 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 48 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 49 |
+
|
| 50 |
ENV PYTHONPATH=/app/task_018:/app/task_018/source
|
| 51 |
|
| 52 |
RUN git init \
|
tasks/task_018/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-cython-task-018:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-018:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-cython-task-018:v0.1.2@sha256:d1d26d22027040dcf11d21efd62afe4eda0b765754311d2ff758ec1f1e19811a"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-018:v0.1.2@sha256:cafed37fe86f1e5427b89529dd87df4a619c3f6585e94e794ec8c91d98bb4dc7"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_018/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-018:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-018:v0.1.2@sha256:cafed37fe86f1e5427b89529dd87df4a619c3f6585e94e794ec8c91d98bb4dc7
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_019/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_019/
|
|
| 43 |
COPY requirements.lock /app/task_019/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_019:/app/task_019/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_019/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_019:/app/task_019/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_019/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-019:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-019:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-019:v0.1.2@sha256:2ac6db8d5bed45f2b396f5b06ad95fbab84f7058db8cd19c8e51b418bdf99de7"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-019:v0.1.2@sha256:1929078137bb6eaee21666521ad9dfe4759c2f6bfa40459e70f7b1c6a1389566"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_019/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-019:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-019:v0.1.2@sha256:1929078137bb6eaee21666521ad9dfe4759c2f6bfa40459e70f7b1c6a1389566
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_020/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_020/
|
|
| 43 |
COPY requirements.lock /app/task_020/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_020:/app/task_020/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_020/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_020:/app/task_020/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_020/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-020:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-020:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-020:v0.1.2@sha256:6410fa17685bacc83db5a20c9f12af5850429d6bbe6fdf9de6bf3a57ac4b82cd"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-020:v0.1.2@sha256:aed7b7c497b3fd2eb7b532fb353e730f39e230db4fa3762992aa54deccc54267"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_020/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-020:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-020:v0.1.2@sha256:aed7b7c497b3fd2eb7b532fb353e730f39e230db4fa3762992aa54deccc54267
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_023/environment/Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
|
|
|
| 15 |
RUN sed -i \
|
| 16 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 17 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
@@ -43,7 +44,8 @@ COPY public/ /app/task_023/
|
|
| 43 |
COPY requirements.lock /app/task_023/requirements.lock
|
| 44 |
|
| 45 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 46 |
-
&& python -m pip install --no-cache-dir
|
|
|
|
| 47 |
ENV PYTHONPATH=/app/task_023:/app/task_023/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN sed -i \
|
| 17 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
| 18 |
-e "s|http://deb.debian.org/debian|${DEBIAN_MIRROR}|g" \
|
|
|
|
| 44 |
COPY requirements.lock /app/task_023/requirements.lock
|
| 45 |
|
| 46 |
RUN python -m pip install --no-cache-dir --upgrade pip \
|
| 47 |
+
&& python -m pip install --no-cache-dir -r requirements.lock
|
| 48 |
+
|
| 49 |
ENV PYTHONPATH=/app/task_023:/app/task_023/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_023/task.toml
CHANGED
|
@@ -17,7 +17,7 @@ network_mode = "no-network"
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-023:v0.1.
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
@@ -31,7 +31,7 @@ environment_mode = "separate"
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
-
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-023:v0.1.
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-023:v0.1.2@sha256:09b54e722b3442ddc0fd429d18c8e69de1e8c7bc6a4b129bbac07763c185ec6f"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 31 |
timeout_sec = 1800.0
|
| 32 |
|
| 33 |
[verifier.environment]
|
| 34 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-023:v0.1.2@sha256:18a396490f4a3b79796d8e12d38f29e47a453a67e53c0427d8cdf4a38b33876e"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_023/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-023:v0.1.
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
|
|
|
| 1 |
+
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-023:v0.1.2@sha256:18a396490f4a3b79796d8e12d38f29e47a453a67e53c0427d8cdf4a38b33876e
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|