Michael Rabinovich commited on
Commit
41f3c89
·
1 Parent(s): 99e7deb

Bump cadgenbench Docker pin to e7a60e0

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN python -m venv "$VIRTUAL_ENV" \
52
  # rebuild picks up the latest evaluator dependencies (including Open3D for
53
  # alignment). Lock to a commit SHA at the v1 release for reproducible scores
54
  # (see space-setup/post-gt-swap.md Stage F).
55
- ARG CADGENBENCH_SHA=1924090
56
  RUN python -m pip install --no-cache-dir \
57
  "cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
58
 
 
52
  # rebuild picks up the latest evaluator dependencies (including Open3D for
53
  # alignment). Lock to a commit SHA at the v1 release for reproducible scores
54
  # (see space-setup/post-gt-swap.md Stage F).
55
+ ARG CADGENBENCH_SHA=e7a60e0
56
  RUN python -m pip install --no-cache-dir \
57
  "cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
58