Sync task 118 immutable image digest metadata (part 5)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- tasks/task_099/environment/Dockerfile +3 -1
- tasks/task_099/task.toml +2 -2
- tasks/task_099/tests/Dockerfile +1 -1
- tasks/task_100/environment/Dockerfile +4 -2
- tasks/task_100/metadata.json +2 -2
- tasks/task_100/task.toml +2 -2
- tasks/task_100/tests/Dockerfile +1 -1
- tasks/task_101/environment/Dockerfile +4 -2
- tasks/task_101/metadata.json +1 -1
- tasks/task_101/task.toml +2 -2
- tasks/task_101/tests/Dockerfile +1 -1
- tasks/task_102/environment/Dockerfile +4 -2
- tasks/task_102/metadata.json +1 -1
- tasks/task_102/task.toml +2 -2
- tasks/task_102/tests/Dockerfile +1 -1
- tasks/task_103/environment/Dockerfile +3 -1
- tasks/task_103/metadata.json +1 -1
- tasks/task_103/task.toml +2 -2
- tasks/task_103/tests/Dockerfile +1 -1
- tasks/task_104/environment/Dockerfile +5 -2
- tasks/task_104/metadata.json +1 -1
- tasks/task_104/task.toml +2 -2
- tasks/task_104/tests/Dockerfile +1 -1
- tasks/task_105/environment/Dockerfile +5 -2
- tasks/task_105/metadata.json +1 -1
- tasks/task_105/task.toml +2 -2
- tasks/task_105/tests/Dockerfile +1 -1
- tasks/task_106/environment/Dockerfile +4 -2
- tasks/task_106/task.toml +2 -2
- tasks/task_106/tests/Dockerfile +1 -1
- tasks/task_107/environment/Dockerfile +4 -2
- tasks/task_107/task.toml +2 -2
- tasks/task_107/tests/Dockerfile +1 -1
- tasks/task_108/environment/Dockerfile +4 -2
- tasks/task_108/task.toml +2 -2
- tasks/task_108/tests/Dockerfile +1 -1
- tasks/task_109/environment/Dockerfile +3 -1
- tasks/task_109/task.toml +2 -2
- tasks/task_109/tests/Dockerfile +1 -1
- tasks/task_110/environment/Dockerfile +4 -2
- tasks/task_110/task.toml +2 -2
- tasks/task_110/tests/Dockerfile +1 -1
- tasks/task_111/environment/Dockerfile +3 -1
- tasks/task_111/task.toml +2 -2
- tasks/task_111/tests/Dockerfile +1 -1
- tasks/task_112/environment/Dockerfile +3 -1
- tasks/task_112/task.toml +2 -2
- tasks/task_112/tests/Dockerfile +1 -1
- tasks/task_113/environment/Dockerfile +3 -1
- tasks/task_113/task.toml +2 -2
tasks/task_099/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_099/
|
|
| 43 |
COPY requirements.lock /app/task_099/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_099:/app/task_099/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_099/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_099:/app/task_099/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_099/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-099: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-099: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-099:v0.1.2@sha256:e1921b0320e62d403fb32a4dc0513934ff78df87422594f3ada12bcd99f35ed7"
|
| 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-099:v0.1.2@sha256:87d4b9026e4ed7bcd46565d4cbe7c418c181f03f2e7d8fa8a4abbbdeb22c53a8"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_099/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-099: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-099:v0.1.2@sha256:87d4b9026e4ed7bcd46565d4cbe7c418c181f03f2e7d8fa8a4abbbdeb22c53a8
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_100/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_100/
|
|
| 43 |
COPY requirements.lock /app/task_100/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_100:/app/task_100/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_100/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_100:/app/task_100/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_100/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/DCoupry/autografs",
|
| 8 |
"source_commit": "c2f22341f2b1eb2f619b76534cf4abe2e5e6b3a3",
|
| 9 |
"source_license": "LGPL-2.1-family and MIT (upstream conflict)",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": true,
|
| 12 |
"restricted_license": true,
|
| 13 |
"license_gate": "gpl-family",
|
|
@@ -19,5 +19,5 @@
|
|
| 19 |
"material_licenses": [],
|
| 20 |
"materials_provenance": "",
|
| 21 |
"restricted_reason": "The upstream AuToGraFS snapshot has unresolved LGPL-2.1 versus MIT declarations; only the retained code and independently generated synthetic data are distributed under explicit restricted opt-in.",
|
| 22 |
-
"public_payload_sha256": "
|
| 23 |
}
|
|
|
|
| 7 |
"source_repository": "https://github.com/DCoupry/autografs",
|
| 8 |
"source_commit": "c2f22341f2b1eb2f619b76534cf4abe2e5e6b3a3",
|
| 9 |
"source_license": "LGPL-2.1-family and MIT (upstream conflict)",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": true,
|
| 12 |
"restricted_license": true,
|
| 13 |
"license_gate": "gpl-family",
|
|
|
|
| 19 |
"material_licenses": [],
|
| 20 |
"materials_provenance": "",
|
| 21 |
"restricted_reason": "The upstream AuToGraFS snapshot has unresolved LGPL-2.1 versus MIT declarations; only the retained code and independently generated synthetic data are distributed under explicit restricted opt-in.",
|
| 22 |
+
"public_payload_sha256": "83f6390df31aa97dd6953dc84e4a461fe86a1f60164e70ae3c920fdebe4eb979"
|
| 23 |
}
|
tasks/task_100/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-100: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-100: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-100:v0.1.2@sha256:3af1ae70715efbb3b9dd2ac14775082efd319e4015b2b7557da65ea2b84a84d3"
|
| 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-100:v0.1.2@sha256:4363b9caed452c88bf06344867287140d8991b9ced35de0ea78785383653842d"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_100/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-100: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-100:v0.1.2@sha256:4363b9caed452c88bf06344867287140d8991b9ced35de0ea78785383653842d
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_101/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_101/
|
|
| 43 |
COPY requirements.lock /app/task_101/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_101:/app/task_101/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_101/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_101:/app/task_101/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_101/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/pybamm-team/PyBaMM",
|
| 8 |
"source_commit": "1e9fbcea25b78a0a633face62b077dae1f92bf62",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": true,
|
| 13 |
"license_gate": "restricted-materials",
|
|
|
|
| 7 |
"source_repository": "https://github.com/pybamm-team/PyBaMM",
|
| 8 |
"source_commit": "1e9fbcea25b78a0a633face62b077dae1f92bf62",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": true,
|
| 13 |
"license_gate": "restricted-materials",
|
tasks/task_101/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-101: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-101: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-101:v0.1.2@sha256:f6e12cffcefe88a473db2b50f38cb9089605707efbe63b13fe6e53d5af6bb0e6"
|
| 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-101:v0.1.2@sha256:2373e04b521a579f62bfab97e77ec0d135ada7df3dc3b79fac61d708ff346e6d"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_101/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-101: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-101:v0.1.2@sha256:2373e04b521a579f62bfab97e77ec0d135ada7df3dc3b79fac61d708ff346e6d
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_102/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_102/
|
|
| 43 |
COPY requirements.lock /app/task_102/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_102:/app/task_102/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_102/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_102:/app/task_102/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_102/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/marrink-lab/polyply_1.0",
|
| 8 |
"source_commit": "160e9707d844ad1b108e1d8184152050d16088a0",
|
| 9 |
"source_license": "Apache-2.0",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": true,
|
| 13 |
"license_gate": "restricted-materials",
|
|
|
|
| 7 |
"source_repository": "https://github.com/marrink-lab/polyply_1.0",
|
| 8 |
"source_commit": "160e9707d844ad1b108e1d8184152050d16088a0",
|
| 9 |
"source_license": "Apache-2.0",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": true,
|
| 13 |
"license_gate": "restricted-materials",
|
tasks/task_102/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-102: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-102: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-102:v0.1.2@sha256:08bb146ab3236552c3824a30ed17649a401a9be247d14a544802ef74d688ac77"
|
| 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-102:v0.1.2@sha256:cea5dd0c726e5914a0f50cad96ec82c27b2666aa19558fcfb6edc5a5f48c0891"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_102/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-102: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-102:v0.1.2@sha256:cea5dd0c726e5914a0f50cad96ec82c27b2666aa19558fcfb6edc5a5f48c0891
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_103/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_103/
|
|
| 43 |
COPY requirements.lock /app/task_103/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_103:/app/task_103/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_103/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_103:/app/task_103/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_103/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/SteveDoyle2/pyNastran",
|
| 8 |
"source_commit": "bdff2bb616847a058960c56328b68e36ab3764e3",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
|
|
|
| 7 |
"source_repository": "https://github.com/SteveDoyle2/pyNastran",
|
| 8 |
"source_commit": "bdff2bb616847a058960c56328b68e36ab3764e3",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
tasks/task_103/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-103: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-103: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-103:v0.1.2@sha256:6ae550e879923699c89cbf222ce6db924f3a316a86047aee3cba257573703db8"
|
| 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-103:v0.1.2@sha256:6d93306bc556b07316758e0676c400bb9d12917b186af931b6d3c0a5db647aff"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_103/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-103: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-103:v0.1.2@sha256:6d93306bc556b07316758e0676c400bb9d12917b186af931b6d3c0a5db647aff
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_104/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -11,6 +11,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 11 |
PIP_INDEX_URL=${PIP_INDEX_URL} \
|
| 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" \
|
|
@@ -43,7 +45,8 @@ COPY public/ /app/task_104/
|
|
| 43 |
COPY requirements.lock /app/task_104/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_104:/app/task_104/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 11 |
PIP_INDEX_URL=${PIP_INDEX_URL} \
|
| 12 |
PIP_NO_CACHE_DIR=1 \
|
| 13 |
PYTHONDONTWRITEBYTECODE=1
|
| 14 |
+
ENV PYBAMM_DISABLE_TELEMETRY="1"
|
| 15 |
+
|
| 16 |
|
| 17 |
RUN sed -i \
|
| 18 |
-e "s|http://deb.debian.org/debian-security|${DEBIAN_SECURITY_MIRROR}|g" \
|
|
|
|
| 45 |
COPY requirements.lock /app/task_104/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_104:/app/task_104/source
|
| 51 |
|
| 52 |
RUN git init \
|
tasks/task_104/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/pybamm-team/PyBaMM",
|
| 8 |
"source_commit": "4cf09f36bb4afb42c661e8765e14b4527581eff7",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
|
|
|
| 7 |
"source_repository": "https://github.com/pybamm-team/PyBaMM",
|
| 8 |
"source_commit": "4cf09f36bb4afb42c661e8765e14b4527581eff7",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
tasks/task_104/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-104: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-104: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-104:v0.1.2@sha256:f6223eb6cc58b9b18bda71e89084e13840d85bafc1ec557aa73090b22952796e"
|
| 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-104:v0.1.2@sha256:51cda52cad0fd9d866aa74b5b105766a6ebe0dc8a43ff15a99f60be8b4f9420f"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_104/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-104: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-104:v0.1.2@sha256:51cda52cad0fd9d866aa74b5b105766a6ebe0dc8a43ff15a99f60be8b4f9420f
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_105/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_105/
|
|
| 43 |
COPY requirements.lock /app/task_105/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_105:/app/task_105/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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 |
&& rm -rf /var/lib/apt/lists/*
|
| 30 |
|
| 31 |
RUN if [ "${INSTALL_FORTRAN}" = "1" ]; then \
|
|
|
|
| 45 |
COPY requirements.lock /app/task_105/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_105:/app/task_105/source
|
| 51 |
|
| 52 |
RUN git init \
|
tasks/task_105/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/rdkit/rdkit",
|
| 8 |
"source_commit": "313bed48f942a3663e2dc496f4e930dacbbcf8aa",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
|
|
|
| 7 |
"source_repository": "https://github.com/rdkit/rdkit",
|
| 8 |
"source_commit": "313bed48f942a3663e2dc496f4e930dacbbcf8aa",
|
| 9 |
"source_license": "BSD-3-Clause",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
tasks/task_105/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-cpp-task-105: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-cpp-task-105: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-cpp-task-105:v0.1.2@sha256:dcc8c91577a8e245daaf00ac9807062b7236702f03caad1fda7b054ee890eaea"
|
| 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-cpp-task-105:v0.1.2@sha256:bde966ff804c2d2b43f0b4e82e3b72ee1c713d8c7d6e19d7799d2d5fd1c31923"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_105/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cpp-task-105: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-cpp-task-105:v0.1.2@sha256:bde966ff804c2d2b43f0b4e82e3b72ee1c713d8c7d6e19d7799d2d5fd1c31923
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_106/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_106/
|
|
| 43 |
COPY requirements.lock /app/task_106/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_106:/app/task_106/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_106/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_106:/app/task_106/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_106/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-106: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-106: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-106:v0.1.2@sha256:f4b8737784201cfb50fa6090787658e5cc45b74f316758dc2be358079810cc6f"
|
| 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-106:v0.1.2@sha256:2fd09d210c6eac904dc98ea9055a8d74ca08076c9321455bc10cd99b7abfdfec"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_106/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-106: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-106:v0.1.2@sha256:2fd09d210c6eac904dc98ea9055a8d74ca08076c9321455bc10cd99b7abfdfec
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_107/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_107/
|
|
| 43 |
COPY requirements.lock /app/task_107/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_107:/app/task_107/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_107/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_107:/app/task_107/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_107/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-107: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-107: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-107:v0.1.2@sha256:8137ff8cedbda6d8b15e865ed79f05132e2d42f1f27a24223ab1235bbcac05cc"
|
| 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-107:v0.1.2@sha256:7db7880a15a0ce7332709262897b2eeadf9a19145d9f3eae6cb190c4a16b497b"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_107/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-107: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-107:v0.1.2@sha256:7db7880a15a0ce7332709262897b2eeadf9a19145d9f3eae6cb190c4a16b497b
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_108/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_108/
|
|
| 43 |
COPY requirements.lock /app/task_108/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_108:/app/task_108/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.12-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_108/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_108:/app/task_108/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_108/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-108: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-108: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-108:v0.1.2@sha256:d6858743b88b3b21d0ea0744bfec22af6b75e0da76f80cf17ad0a3d18e28d2b3"
|
| 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-108:v0.1.2@sha256:e0805a195f550797b5e39a3f9ce26866c331513cf89d30e1cb96a9a5960dacc8"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_108/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-108: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-108:v0.1.2@sha256:e0805a195f550797b5e39a3f9ce26866c331513cf89d30e1cb96a9a5960dacc8
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_109/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_109/
|
|
| 43 |
COPY requirements.lock /app/task_109/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_109:/app/task_109/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_109/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_109:/app/task_109/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_109/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-109: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-109: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-109:v0.1.2@sha256:0c626e2a8b9f5743f312182fd574a3912f45964b0ea91daee45aa0a097b8ad04"
|
| 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-109:v0.1.2@sha256:8e53e9700a9b4b5fb91f06bf3a2b9491831173c193787237e6ae1bfd4b9b4892"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_109/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-109: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-109:v0.1.2@sha256:8e53e9700a9b4b5fb91f06bf3a2b9491831173c193787237e6ae1bfd4b9b4892
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_110/environment/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG BASE_IMAGE=python:3.
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
@@ -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_110/
|
|
| 43 |
COPY requirements.lock /app/task_110/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_110:/app/task_110/source
|
| 48 |
|
| 49 |
RUN git init \
|
|
|
|
| 1 |
+
ARG BASE_IMAGE=python:3.10-slim
|
| 2 |
FROM ${BASE_IMAGE}
|
| 3 |
|
| 4 |
ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
|
|
|
|
| 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_110/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_110:/app/task_110/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_110/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-110: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-110: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-110:v0.1.2@sha256:236f3f9433bde7232bec04bd843ce305033389ba6096a1d0b74bc267aa687910"
|
| 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-110:v0.1.2@sha256:cad750ffb51996985e6c9bd5f9c3eb8ae68022cbf11c7ad4b9c29ff994722c57"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_110/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-110: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-110:v0.1.2@sha256:cad750ffb51996985e6c9bd5f9c3eb8ae68022cbf11c7ad4b9c29ff994722c57
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_111/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_111/
|
|
| 43 |
COPY requirements.lock /app/task_111/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_111:/app/task_111/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_111/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_111:/app/task_111/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_111/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-111: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-111: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-111:v0.1.2@sha256:41c4fbd07337ab56bffd873d126b4f609c602dca1b5580650d6b4be3a5fdac8d"
|
| 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-111:v0.1.2@sha256:992458c03983fd0b7d0e57b244bef9ac4172fef1715d6c5ee63ce0642117fb18"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_111/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-111: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-111:v0.1.2@sha256:992458c03983fd0b7d0e57b244bef9ac4172fef1715d6c5ee63ce0642117fb18
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_112/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_112/
|
|
| 43 |
COPY requirements.lock /app/task_112/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_112:/app/task_112/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_112/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_112:/app/task_112/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_112/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-112: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-112: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-112:v0.1.2@sha256:d096eeb09074a4930e3af419e4b8089c3de57e7ab592c26b06e963264303bce3"
|
| 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-112:v0.1.2@sha256:bdaf5e5af8ea7093be2e4b0c12239125e43569a0f8ce16642656ec81ecc2ccd6"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|
tasks/task_112/tests/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-112: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-112:v0.1.2@sha256:bdaf5e5af8ea7093be2e4b0c12239125e43569a0f8ce16642656ec81ecc2ccd6
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_113/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_113/
|
|
| 43 |
COPY requirements.lock /app/task_113/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_113:/app/task_113/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_113/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_113:/app/task_113/source
|
| 50 |
|
| 51 |
RUN git init \
|
tasks/task_113/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-113: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-113: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-113:v0.1.2@sha256:e74b2174c7fd61cf5aa054ea8cb051337bdb68c5dad18758f2c882cbc755f02d"
|
| 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-113:v0.1.2@sha256:b19cd02c4ee297fd4fb807c65808ee80685c8ebf8e268cc005cc96fd44683958"
|
| 35 |
os = "linux"
|
| 36 |
allow_internet = false
|
| 37 |
cpus = 2
|