Michael Rabinovich Cursor commited on
Commit ·
d8d9657
1
Parent(s): e5ffda5
dockerfile: bump cadgenbench pin f90bbc5 -> 679abc1
Browse filesPicks up the report input-render resolver fix (679abc1, resolve inputs
via data_inputs_dir for the two-repo layout) + the #fixture deep-link
hook (1a5766d), so Job-generated reports show editing-task input
renders correctly.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -49,7 +49,7 @@ RUN python -m ensurepip --upgrade \
|
|
| 49 |
# as the leaderboard Dockerfile. Defaults to `main` (every rebuild picks
|
| 50 |
# up latest, pre-v1); lock to a commit SHA at the v1 release for
|
| 51 |
# reproducible scores (see space-setup/post-gt-swap.md Stage F).
|
| 52 |
-
ARG CADGENBENCH_SHA=
|
| 53 |
# Cache-bust the install below whenever the tracked ref moves (the
|
| 54 |
# GitHub commits endpoint's response changes per commit, so BuildKit
|
| 55 |
# re-fetches and invalidates the cached pip layer). Without it `@main`
|
|
|
|
| 49 |
# as the leaderboard Dockerfile. Defaults to `main` (every rebuild picks
|
| 50 |
# up latest, pre-v1); lock to a commit SHA at the v1 release for
|
| 51 |
# reproducible scores (see space-setup/post-gt-swap.md Stage F).
|
| 52 |
+
ARG CADGENBENCH_SHA=679abc1
|
| 53 |
# Cache-bust the install below whenever the tracked ref moves (the
|
| 54 |
# GitHub commits endpoint's response changes per commit, so BuildKit
|
| 55 |
# re-fetches and invalidates the cached pip layer). Without it `@main`
|