Publish canonical image provenance and verifier fixes (part 5)
Browse files- tasks/task_099/metadata.json +1 -1
- tasks/task_099/task.toml +2 -2
- tasks/task_099/tests/Dockerfile +1 -1
- tasks/task_119/task.toml +1 -1
tasks/task_099/metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"source_repository": "https://github.com/Stanford-NavLab/gnss_lib_py",
|
| 8 |
"source_commit": "9a4e467ba06e636ffa4de6ceee302cefee8b2a34",
|
| 9 |
"source_license": "MIT",
|
| 10 |
-
"license_source": "
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
|
|
|
| 7 |
"source_repository": "https://github.com/Stanford-NavLab/gnss_lib_py",
|
| 8 |
"source_commit": "9a4e467ba06e636ffa4de6ceee302cefee8b2a34",
|
| 9 |
"source_license": "MIT",
|
| 10 |
+
"license_source": "manifests/materials.jsonl and retained upstream notices",
|
| 11 |
"gpl_family": false,
|
| 12 |
"restricted_license": false,
|
| 13 |
"license_gate": "none",
|
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.1@sha256:
|
| 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.1@sha256:
|
| 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.1@sha256:652071056c8629ab88db5c7947e194a83d0b254c656b1563418561e8c0c38372"
|
| 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.1@sha256:117e303dd4687f1a1f5963a72992875c417b925a2ab1c6225f7a7abed0f280bd"
|
| 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.1@sha256:
|
| 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.1@sha256:117e303dd4687f1a1f5963a72992875c417b925a2ab1c6225f7a7abed0f280bd
|
| 2 |
FROM ${VERIFIER_IMAGE}
|
| 3 |
|
| 4 |
COPY grader.py /tests/grader.py
|
tasks/task_119/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-119:v0.1.1@sha256:
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|
|
|
|
| 17 |
timeout_sec = 5400.0
|
| 18 |
|
| 19 |
[environment]
|
| 20 |
+
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-119:v0.1.1@sha256:2259431fe6b24ca89cb78517fc0882c2143c9bc1eb1846a3cb451b43d3eae3b5"
|
| 21 |
os = "linux"
|
| 22 |
allow_internet = false
|
| 23 |
cpus = 2
|