Michael Rabinovich Cursor commited on
Commit
cff8663
·
1 Parent(s): f40d8ea

dockerfile: bump cadgenbench pin a5fd96c -> 289a2fc (baseline package command)

Browse files
Files changed (1) hide show
  1. 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=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`
 
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=289a2fc
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`