Kevin589981 commited on
Commit
b2efea8
·
verified ·
1 Parent(s): 743a787

Publish audited task materials and Docker Hub digests

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. NOTICE.md +12 -0
  2. data/statistics.md +10 -7
  3. data/tasks.csv +0 -0
  4. manifests/tasks.jsonl +0 -0
  5. selections/default-97.json +102 -0
  6. tasks/task_001/metadata.json +8 -0
  7. tasks/task_001/task.toml +2 -2
  8. tasks/task_001/tests/Dockerfile +1 -1
  9. tasks/task_002/metadata.json +8 -0
  10. tasks/task_002/task.toml +2 -2
  11. tasks/task_002/tests/Dockerfile +1 -1
  12. tasks/task_003/metadata.json +8 -0
  13. tasks/task_003/task.toml +2 -2
  14. tasks/task_003/tests/Dockerfile +1 -1
  15. tasks/task_004/metadata.json +8 -0
  16. tasks/task_005/metadata.json +8 -0
  17. tasks/task_005/task.toml +2 -2
  18. tasks/task_005/tests/Dockerfile +1 -1
  19. tasks/task_006/metadata.json +8 -0
  20. tasks/task_006/task.toml +2 -2
  21. tasks/task_006/tests/Dockerfile +1 -1
  22. tasks/task_007/metadata.json +8 -0
  23. tasks/task_008/metadata.json +8 -0
  24. tasks/task_008/task.toml +2 -2
  25. tasks/task_008/tests/Dockerfile +1 -1
  26. tasks/task_009/metadata.json +8 -0
  27. tasks/task_009/task.toml +2 -2
  28. tasks/task_009/tests/Dockerfile +1 -1
  29. tasks/task_010/metadata.json +8 -0
  30. tasks/task_010/task.toml +2 -2
  31. tasks/task_010/tests/Dockerfile +1 -1
  32. tasks/task_011/metadata.json +8 -0
  33. tasks/task_011/task.toml +2 -2
  34. tasks/task_011/tests/Dockerfile +1 -1
  35. tasks/task_012/metadata.json +8 -0
  36. tasks/task_012/task.toml +2 -2
  37. tasks/task_012/tests/Dockerfile +1 -1
  38. tasks/task_013/metadata.json +5 -3
  39. tasks/task_014/metadata.json +5 -3
  40. tasks/task_015/metadata.json +8 -0
  41. tasks/task_015/task.toml +2 -2
  42. tasks/task_015/tests/Dockerfile +1 -1
  43. tasks/task_016/metadata.json +8 -0
  44. tasks/task_016/task.toml +2 -2
  45. tasks/task_016/tests/Dockerfile +1 -1
  46. tasks/task_017/metadata.json +8 -0
  47. tasks/task_017/task.toml +2 -2
  48. tasks/task_017/tests/Dockerfile +1 -1
  49. tasks/task_018/metadata.json +8 -0
  50. tasks/task_018/task.toml +2 -2
NOTICE.md CHANGED
@@ -9,6 +9,18 @@ their original licenses and are not relicensed by the root MIT license. The
9
  canonical per-task license, provenance URL, and license gate are recorded in
10
  `huggingface/data/tasks.csv` and each task metadata file.
11
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  The release boundary intentionally excludes complete source snapshots, private
13
  tests, graders, reference solutions, model patches, credentials, and run logs
14
  from GitHub and the Hugging Face thin snapshot. Full task source is used only by
 
9
  canonical per-task license, provenance URL, and license gate are recorded in
10
  `huggingface/data/tasks.csv` and each task metadata file.
11
 
12
+ Auxiliary papers, documentation copies, figures, notebook outputs, and
13
+ scientific fixtures are reviewed independently from the source snapshot. Their
14
+ source URLs, licenses, copyright notices, modifications, third-party
15
+ exceptions, and distribution decisions are recorded in
16
+ `manifests/materials.jsonl` and in each audited task's `MATERIALS.json` and
17
+ `MATERIALS_LICENSES.md`. An item marked `excluded` is not present in a
18
+ published task image.
19
+
20
+ Tasks that remove, replace, crop, or clear bundled material to eliminate its
21
+ bytes are rebuilt from a clean context. A Docker whiteout layer is not treated
22
+ as removal because bytes in an older distributed layer remain recoverable.
23
+
24
  The release boundary intentionally excludes complete source snapshots, private
25
  tests, graders, reference solutions, model patches, credentials, and run logs
26
  from GitHub and the Hugging Face thin snapshot. Full task source is used only by
data/statistics.md CHANGED
@@ -1,6 +1,6 @@
1
  # Generated Release Statistics
2
 
3
- Canonical rows: **119**; default unrestricted rows: **100**; restricted-license rows: **19**; GPL-family rows: **18**.
4
 
5
  Environment image references: **119/119**; verifier image references: **119/119**.
6
 
@@ -135,16 +135,19 @@ Environment image references: **119/119**; verifier image references: **119/119*
135
 
136
  | Value | Count |
137
  | --- | ---: |
138
- | `AGPL-family` | 2 |
139
  | `Academic-NonCommercial` | 1 |
140
  | `Apache-2.0` | 13 |
141
  | `BSD-2-Clause` | 2 |
142
- | `BSD-3-Clause` | 38 |
143
  | `GPL-3.0` | 1 |
144
  | `GPL-3.0-or-later` | 1 |
145
- | `LGPL-2.1-family` | 2 |
 
146
  | `LGPL-3.0-family` | 8 |
147
- | `LGPL-3.0-or-later` | 3 |
148
- | `LGPL-family` | 1 |
149
- | `MIT` | 46 |
 
 
150
  | `NIST-PD-fallback` | 1 |
 
1
  # Generated Release Statistics
2
 
3
+ Canonical rows: **119**; default unrestricted rows: **97**; restricted-license rows: **22**; GPL-family rows: **18**.
4
 
5
  Environment image references: **119/119**; verifier image references: **119/119**.
6
 
 
135
 
136
  | Value | Count |
137
  | --- | ---: |
138
+ | `AGPL-family` | 1 |
139
  | `Academic-NonCommercial` | 1 |
140
  | `Apache-2.0` | 13 |
141
  | `BSD-2-Clause` | 2 |
142
+ | `BSD-3-Clause` | 37 |
143
  | `GPL-3.0` | 1 |
144
  | `GPL-3.0-or-later` | 1 |
145
+ | `LGPL-2.1-family` | 1 |
146
+ | `LGPL-2.1-family and MIT (upstream conflict)` | 1 |
147
  | `LGPL-3.0-family` | 8 |
148
+ | `LGPL-3.0-or-later` | 4 |
149
+ | `MIT` | 45 |
150
+ | `MIT AND BSD-3-Clause` | 1 |
151
+ | `MIT AND LGPL-family AND BSD-3-Clause` | 1 |
152
+ | `MIT/X11 (BSD-like; see upstream copyright manifest)` | 1 |
153
  | `NIST-PD-fallback` | 1 |
data/tasks.csv CHANGED
The diff for this file is too large to render. See raw diff
 
manifests/tasks.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
selections/default-97.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_ids": [
3
+ "001",
4
+ "002",
5
+ "004",
6
+ "005",
7
+ "006",
8
+ "007",
9
+ "008",
10
+ "009",
11
+ "010",
12
+ "011",
13
+ "012",
14
+ "013",
15
+ "014",
16
+ "015",
17
+ "016",
18
+ "017",
19
+ "018",
20
+ "022",
21
+ "024",
22
+ "025",
23
+ "027",
24
+ "028",
25
+ "029",
26
+ "030",
27
+ "031",
28
+ "033",
29
+ "034",
30
+ "035",
31
+ "036",
32
+ "037",
33
+ "038",
34
+ "039",
35
+ "040",
36
+ "041",
37
+ "042",
38
+ "043",
39
+ "044",
40
+ "045",
41
+ "046",
42
+ "047",
43
+ "048",
44
+ "049",
45
+ "050",
46
+ "051",
47
+ "052",
48
+ "053",
49
+ "054",
50
+ "055",
51
+ "056",
52
+ "058",
53
+ "059",
54
+ "060",
55
+ "061",
56
+ "062",
57
+ "063",
58
+ "064",
59
+ "065",
60
+ "067",
61
+ "068",
62
+ "069",
63
+ "070",
64
+ "071",
65
+ "072",
66
+ "073",
67
+ "076",
68
+ "077",
69
+ "078",
70
+ "079",
71
+ "080",
72
+ "081",
73
+ "086",
74
+ "087",
75
+ "088",
76
+ "089",
77
+ "090",
78
+ "091",
79
+ "092",
80
+ "093",
81
+ "094",
82
+ "095",
83
+ "099",
84
+ "103",
85
+ "104",
86
+ "105",
87
+ "106",
88
+ "107",
89
+ "108",
90
+ "109",
91
+ "110",
92
+ "111",
93
+ "112",
94
+ "113",
95
+ "114",
96
+ "115",
97
+ "116",
98
+ "117",
99
+ "119"
100
+ ],
101
+ "allow_restricted_licenses": false
102
+ }
tasks/task_001/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "9ed895761e11ebcd5d3d383429d1b50b2039969eab6be3369298f32077d581dd"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "9ed895761e11ebcd5d3d383429d1b50b2039969eab6be3369298f32077d581dd"
22
  }
tasks/task_001/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-001:v0.1.0@sha256:ba7befeae4625761cb107ea17ff7962f0d7fd45a71eb25cf75369dc93da8f9d3"
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-001:v0.1.0@sha256:3cf671ebe637b067246b05330c0c95c82bd0e1445fafaa3de1b6c1c4d1d7cd64"
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-001:v0.1.0@sha256:061d82a49bc472bbb3e1752aec6af05fe6b5ed2d8163fec326576120d98af331"
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-001:v0.1.0@sha256:0d884c02831bea451e74ece1d7bce1eab7c799f34a50f4a434d23861dee53b43"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_001/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-001:v0.1.0@sha256:3cf671ebe637b067246b05330c0c95c82bd0e1445fafaa3de1b6c1c4d1d7cd64
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-001:v0.1.0@sha256:0d884c02831bea451e74ece1d7bce1eab7c799f34a50f4a434d23861dee53b43
2
  FROM ${VERIFIER_IMAGE}
tasks/task_002/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "413aae9a4fa7428016b80984ed9c66d8b5e9e3af97d9588571f64fcac7a1dc46"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "413aae9a4fa7428016b80984ed9c66d8b5e9e3af97d9588571f64fcac7a1dc46"
22
  }
tasks/task_002/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-002:v0.1.0@sha256:13e8c428f486c685ec92b031e46f3520bac3d4e26b6bdd83fde9826a488b7761"
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-002:v0.1.0@sha256:a863b98f920e1e9b1aede8bd0460d039628aab19a413cce3dad7417028e1bd1a"
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-002:v0.1.0@sha256:f93d17a3abe172e02d356259657395b83a11c27f93b7b71cea37b3165f26016d"
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-002:v0.1.0@sha256:8cbc3c732b8b98f2715f99738209013c0caca2fb1ff9c0b7f5e211036b1e80eb"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_002/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-002:v0.1.0@sha256:a863b98f920e1e9b1aede8bd0460d039628aab19a413cce3dad7417028e1bd1a
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-002:v0.1.0@sha256:8cbc3c732b8b98f2715f99738209013c0caca2fb1ff9c0b7f5e211036b1e80eb
2
  FROM ${VERIFIER_IMAGE}
tasks/task_003/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": true,
11
  "restricted_license": true,
12
  "license_gate": "gpl-family",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "1f00289f07104c48c4894348dc606860079c7e5647e213570bb613d52603927e"
14
  }
 
10
  "gpl_family": true,
11
  "restricted_license": true,
12
  "license_gate": "gpl-family",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "1f00289f07104c48c4894348dc606860079c7e5647e213570bb613d52603927e"
22
  }
tasks/task_003/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-003:v0.1.0@sha256:f161a1e658abd71c5c3abda59b61814a2c5bf140a4826b5598a917d62a258f4e"
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-003:v0.1.0@sha256:4d2e13b726b99a0c9d302ba913cdaa727c49fdc403b65b68918ec70c1713a790"
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-003:v0.1.0@sha256:d75a50d66e4df4bf844be7d548c17bb5967e472299aa0c2be743c5343b442708"
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-003:v0.1.0@sha256:a90cf7d8c7c309353c70c6868c6998871b950116d18cdcdb6430fb43eda4e08c"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_003/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-003:v0.1.0@sha256:4d2e13b726b99a0c9d302ba913cdaa727c49fdc403b65b68918ec70c1713a790
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-003:v0.1.0@sha256:a90cf7d8c7c309353c70c6868c6998871b950116d18cdcdb6430fb43eda4e08c
2
  FROM ${VERIFIER_IMAGE}
tasks/task_004/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "8cc8d65610e3d79b5906805b086ce8163a7f03a586bfcbc62badbe9c62d8c555"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "8cc8d65610e3d79b5906805b086ce8163a7f03a586bfcbc62badbe9c62d8c555"
22
  }
tasks/task_005/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "dafbff8689114068d979e814bece33e26c954a846a4ce816e3ee4614552ae813"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "dafbff8689114068d979e814bece33e26c954a846a4ce816e3ee4614552ae813"
22
  }
tasks/task_005/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-matlab-octave-task-005:v0.1.0@sha256:a2c49556f75e3dc3fd7f186e6309b2af8def8b724a950abe28fec9c317043440"
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-matlab-octave-task-005:v0.1.0@sha256:a7504e832bbcdd27a696ef1a476ae48afae9b470fcb38037c5eb24fd30ccf3b0"
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-matlab-octave-task-005:v0.1.0@sha256:47913ce5c05d6d3c562dab7d8f35bf77e309f19b309190842285ab394d2c4af8"
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-matlab-octave-task-005:v0.1.0@sha256:db56020a2e81fc2c4e260b63c282330da844c2d7c5ef9af7f8abad13e53e3c42"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_005/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-matlab-octave-task-005:v0.1.0@sha256:a7504e832bbcdd27a696ef1a476ae48afae9b470fcb38037c5eb24fd30ccf3b0
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-matlab-octave-task-005:v0.1.0@sha256:db56020a2e81fc2c4e260b63c282330da844c2d7c5ef9af7f8abad13e53e3c42
2
  FROM ${VERIFIER_IMAGE}
tasks/task_006/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "13d72d9ddbb69f144a85b474cae6106efe5bb7198ab09e144771589a4639ebc3"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "13d72d9ddbb69f144a85b474cae6106efe5bb7198ab09e144771589a4639ebc3"
22
  }
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.0@sha256:f740af3206582652b34972f662852a98c370ab94b5e4c1fccb88d065f8abae04"
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.0@sha256:21e0cc23312edf271bb76b5cb35e61125952ff0056813c8e15c52713b6a2e5f9"
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.0@sha256:0415cabc9c50fc54ce7deb26acebc5df38247c2e634df7821d8617524eb8f2a3"
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.0@sha256:0be098de5952eeccd310f68602f806dbe7c39b8dedd1c8965d2f98b299e243c0"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_006/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-006:v0.1.0@sha256:21e0cc23312edf271bb76b5cb35e61125952ff0056813c8e15c52713b6a2e5f9
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-006:v0.1.0@sha256:0be098de5952eeccd310f68602f806dbe7c39b8dedd1c8965d2f98b299e243c0
2
  FROM ${VERIFIER_IMAGE}
tasks/task_007/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "212b3be3c819f1587ea5e3bed18c94872ce7325e527a521f51ab37680bbfb004"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "212b3be3c819f1587ea5e3bed18c94872ce7325e527a521f51ab37680bbfb004"
22
  }
tasks/task_008/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "5863511b16e2bc29b11d73a3a9672f7d7ef1ff621d544f44a273642013eaad48"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "5863511b16e2bc29b11d73a3a9672f7d7ef1ff621d544f44a273642013eaad48"
22
  }
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.0@sha256:e65d078c640c84fcd915c520a99d477b3c650ec137056a552ea8aa505d0a19ec"
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.0@sha256:5f02708ac41337aa21e611a45fc0b398613378833718f2900a18ae753808974a"
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.0@sha256:0f294f5a623fcbe9fdda2b6745b37bc0173765e3630d280a18e9b99d130f58f6"
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.0@sha256:5b1e0ed6c18402f96002a1f81b227490f66760d62e6aa2c1cbc06e298b01f0d1"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_008/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-008:v0.1.0@sha256:5f02708ac41337aa21e611a45fc0b398613378833718f2900a18ae753808974a
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-008:v0.1.0@sha256:5b1e0ed6c18402f96002a1f81b227490f66760d62e6aa2c1cbc06e298b01f0d1
2
  FROM ${VERIFIER_IMAGE}
tasks/task_009/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "0cfbfaa362cd8e9fa53fd20bd7691c32f0daed12632b711d29e6fc2d45316493"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "0cfbfaa362cd8e9fa53fd20bd7691c32f0daed12632b711d29e6fc2d45316493"
22
  }
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.0@sha256:a40f148e84915c6a8b0cf89b8cf6ce27d7aedb4451c4bcaee715a55b295831e4"
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.0@sha256:73746f77074cfc0a1b7abaebf7f95d877a883a454eb8e4e48ef5db52c5ccceac"
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.0@sha256:068fdf9f2a306b152ab4936b29ce1c09dd77d325ccc8761b9775b1e7b29da484"
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.0@sha256:0c86818587e5f1c98083bfaac17dcadd18a387ea5a00652b56abd7643a4300b5"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_009/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-009:v0.1.0@sha256:73746f77074cfc0a1b7abaebf7f95d877a883a454eb8e4e48ef5db52c5ccceac
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-009:v0.1.0@sha256:0c86818587e5f1c98083bfaac17dcadd18a387ea5a00652b56abd7643a4300b5
2
  FROM ${VERIFIER_IMAGE}
tasks/task_010/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "dffb8a232fcdf0541d6536a2ddfc22ec92e5e68aa704ee5e49b19f75cdfd21b3"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "dffb8a232fcdf0541d6536a2ddfc22ec92e5e68aa704ee5e49b19f75cdfd21b3"
22
  }
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.0@sha256:647be22b8cc7a897a02a21d624e72a02f3ee49ff44f6524e85d6e244ecb677a7"
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.0@sha256:fe5b09f4a5b92039fc793cd50a3feb28c9828eed93a42e4392fb2ea0d0402d11"
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.0@sha256:2da259303ef16779f6a5a1e8e1d76dc2fd890258bad0f681b5e775388ca104e7"
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.0@sha256:03c655a61e9cedc38110b358a8513f1f988bac8f00a63af794806a53332cd2ec"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_010/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-010:v0.1.0@sha256:fe5b09f4a5b92039fc793cd50a3feb28c9828eed93a42e4392fb2ea0d0402d11
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-010:v0.1.0@sha256:03c655a61e9cedc38110b358a8513f1f988bac8f00a63af794806a53332cd2ec
2
  FROM ${VERIFIER_IMAGE}
tasks/task_011/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "28c1ef74121cffdb5d98bd3c3bceb889a974a02f638de61d916b784f1c27f153"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "28c1ef74121cffdb5d98bd3c3bceb889a974a02f638de61d916b784f1c27f153"
22
  }
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.0@sha256:9ad40bda1a487a22ba30afd79d7c99cc16533444404a653f74c21c189855acbc"
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.0@sha256:a2cce1bf22739b0728b7de005fb8bf8473fd95cc362409fc529a918dd4ca87b7"
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.0@sha256:2401ef578327b97ffee3ca76bdd36e51d9d4c1e9cf9c360b33c3c68e877525c1"
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.0@sha256:f368455b68e9aa7a13bb1961d2f9a93325626bce0e3ea1f7218b82401dff5568"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_011/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-011:v0.1.0@sha256:a2cce1bf22739b0728b7de005fb8bf8473fd95cc362409fc529a918dd4ca87b7
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-011:v0.1.0@sha256:f368455b68e9aa7a13bb1961d2f9a93325626bce0e3ea1f7218b82401dff5568
2
  FROM ${VERIFIER_IMAGE}
tasks/task_012/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "1b3d9c866f207e617fec2d02f7f907fb8825a73dddaf58c8e3ea8428efd36e36"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "",
14
+ "material_license_source": "",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "1b3d9c866f207e617fec2d02f7f907fb8825a73dddaf58c8e3ea8428efd36e36"
22
  }
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.0@sha256:4b4284b2dddfead4001e9be44b2dc8807b7b30043dff03541cbfe925bf44b066"
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.0@sha256:3ccc8ecdaed2fce6d60b926a927315995930a3f75a1713470564b11f2622e47c"
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.0@sha256:fa5036c63a9ade44e88fb8aa31df7c35d106af4c990e6e6abdbef5165a1624f2"
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.0@sha256:30a474abef9e920af0ebeb84d352a977571536f7f46ed36dd1c2e3d69904f367"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_012/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-012:v0.1.0@sha256:3ccc8ecdaed2fce6d60b926a927315995930a3f75a1713470564b11f2622e47c
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-012:v0.1.0@sha256:30a474abef9e920af0ebeb84d352a977571536f7f46ed36dd1c2e3d69904f367
2
  FROM ${VERIFIER_IMAGE}
tasks/task_013/metadata.json CHANGED
@@ -5,8 +5,8 @@
5
  "language": "python",
6
  "source_repository": "https://github.com/PlasmaControl/DESC",
7
  "source_commit": "ab1c5a33031a2e64581f5e663ef8e2f6203a5220",
8
- "source_license": "MIT AND Apache-2.0",
9
- "license_source": "environment/repo/THIRD_PARTY_NOTICES.md",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
@@ -15,6 +15,8 @@
15
  "material_restricted": false,
16
  "materials_gate": false,
17
  "materials_manifest_sha256": "",
 
 
18
  "restricted_reason": "",
19
- "public_payload_sha256": "8a741c068280d746fcccee0949573e62eca905de6ff22c71192c1e5ad0a5f419"
20
  }
 
5
  "language": "python",
6
  "source_repository": "https://github.com/PlasmaControl/DESC",
7
  "source_commit": "ab1c5a33031a2e64581f5e663ef8e2f6203a5220",
8
+ "source_license": "MIT",
9
+ "license_source": "github-api:LICENSE@ab1c5a33031a2e64581f5e663ef8e2f6203a5220",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
15
  "material_restricted": false,
16
  "materials_gate": false,
17
  "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
  "restricted_reason": "",
21
+ "public_payload_sha256": "26223383f9ae3d913f440b76d92579dbf8a8db816c578b4b3f9d1ceacac2f0d5"
22
  }
tasks/task_014/metadata.json CHANGED
@@ -5,8 +5,8 @@
5
  "language": "python",
6
  "source_repository": "https://github.com/PlasmaControl/DESC",
7
  "source_commit": "ab1c5a33031a2e64581f5e663ef8e2f6203a5220",
8
- "source_license": "MIT AND Apache-2.0",
9
- "license_source": "environment/repo/THIRD_PARTY_NOTICES.md",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
@@ -15,6 +15,8 @@
15
  "material_restricted": false,
16
  "materials_gate": false,
17
  "materials_manifest_sha256": "",
 
 
18
  "restricted_reason": "",
19
- "public_payload_sha256": "9da2887cb1f10428b3e33208aae7d05b0dc73bb876bab6858ed297b480e7bfbf"
20
  }
 
5
  "language": "python",
6
  "source_repository": "https://github.com/PlasmaControl/DESC",
7
  "source_commit": "ab1c5a33031a2e64581f5e663ef8e2f6203a5220",
8
+ "source_license": "MIT",
9
+ "license_source": "LICENSE",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
15
  "material_restricted": false,
16
  "materials_gate": false,
17
  "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
  "restricted_reason": "",
21
+ "public_payload_sha256": "96a3a4ff010c69e1334bd8f8ca21d9461508c60e7bdcc76d6982e7519a3dd5f7"
22
  }
tasks/task_015/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "af27bc600100b47a8f5e5bf4102267581618fe4720fbad521134ab3e0923f9d2"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "af27bc600100b47a8f5e5bf4102267581618fe4720fbad521134ab3e0923f9d2"
22
  }
tasks/task_015/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-matlab-octave-task-015:v0.1.0@sha256:b7ff9bd36cb3192e650ec44bf8e67c759a2082b0c7e4e75ed482995d476ba25b"
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-matlab-octave-task-015:v0.1.0@sha256:c177454ee8a6507ed2decf46b803a405d92b326da3d7de660197e125ff273699"
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-matlab-octave-task-015:v0.1.1@sha256:dfbaf9889f662d1ee80e64af404f249a409006fd7f31b41c4c36109e4dcd26b8"
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-matlab-octave-task-015:v0.1.1@sha256:1715bcb15924adee88f48c6c62ef62753f5a033f55f198dbbb9fcf83018661e8"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_015/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-matlab-octave-task-015:v0.1.0@sha256:c177454ee8a6507ed2decf46b803a405d92b326da3d7de660197e125ff273699
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-matlab-octave-task-015:v0.1.1@sha256:1715bcb15924adee88f48c6c62ef62753f5a033f55f198dbbb9fcf83018661e8
2
  FROM ${VERIFIER_IMAGE}
tasks/task_016/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "f5081627aa86c9f9d3d969a2ee3aafc57da27d078b1da0987c6fb2e619a5eee0"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "f5081627aa86c9f9d3d969a2ee3aafc57da27d078b1da0987c6fb2e619a5eee0"
22
  }
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.0@sha256:6d34aa3b31fbe05c100f041765d9a80c9a389db4a58dd3dec6d051cf756b9ff3"
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.0@sha256:9b8e3efae0b9f9978ac842d43bcb7ac279f98d5a5c8ad91bc06286d55b60116d"
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.1@sha256:50ba8004fecd5c4671e832e7bbd7535acf376c00961bf815d90c26f269af3681"
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.1@sha256:0f5faca298805d01f881ef0b1dbf658995fc725b850452eb5832a1e627272248"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_016/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.0@sha256:9b8e3efae0b9f9978ac842d43bcb7ac279f98d5a5c8ad91bc06286d55b60116d
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.1@sha256:0f5faca298805d01f881ef0b1dbf658995fc725b850452eb5832a1e627272248
2
  FROM ${VERIFIER_IMAGE}
tasks/task_017/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "476c49a1d6b135cff30022badc617bc976d384dc4fa3470c8255334cfcfc1175"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "476c49a1d6b135cff30022badc617bc976d384dc4fa3470c8255334cfcfc1175"
22
  }
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.0@sha256:8dd3e5daae6c78f1bcf4a9713aa983048d6ed8a25a221792a6c09d5b0b6e8628"
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.0@sha256:d5e1f280d98ae2142f4a5a88f2203681710ecffa75544f59464f87d1b0de6fda"
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.1@sha256:3e36e02ed06d5441ad5e03dbe176dfbcebdb832fe4c186847dc292e3a0a46c7c"
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.1@sha256:400c6aa09d0bf39b2af577ba203f9c194bef16d82420b9d79cabcde5a65a6bdf"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_017/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-017:v0.1.0@sha256:d5e1f280d98ae2142f4a5a88f2203681710ecffa75544f59464f87d1b0de6fda
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-017:v0.1.1@sha256:400c6aa09d0bf39b2af577ba203f9c194bef16d82420b9d79cabcde5a65a6bdf
2
  FROM ${VERIFIER_IMAGE}
tasks/task_018/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "ad3688322c62612c1fec8dc19b8a57624ede929b541d54972e719d4f1f253ab8"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
  "public_payload_sha256": "ad3688322c62612c1fec8dc19b8a57624ede929b541d54972e719d4f1f253ab8"
22
  }
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.0@sha256:89e99d411185696887e7f538559b5b6b7e96ef80826e567686b38a7c236ba0e6"
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.0@sha256:8b1dd5120cf838ae85b5b2824d2d9fdf419b830b49127d10e3c0d34ef38ead8e"
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.1@sha256:89e99d411185696887e7f538559b5b6b7e96ef80826e567686b38a7c236ba0e6"
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.1@sha256:8b1dd5120cf838ae85b5b2824d2d9fdf419b830b49127d10e3c0d34ef38ead8e"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2