Michael Rabinovich Cursor commited on
Commit ·
f40d8ea
1
Parent(s): d8d9657
dockerfile: bump cadgenbench pin 679abc1 -> a5fd96c (compare-llms hang fix)
Browse files- 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=a5fd96c
|
| 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`
|