Michael Rabinovich Cursor commited on
Commit ·
e3b5dc2
1
Parent(s): e3a820e
Pin cadgenbench to a0f7205 (turntable WebP renderer)
Browse filesBumps CADGENBENCH_SHA so the eval-gpu image installs the cadgenbench
build that ships render_mesh_turntable_webp.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -51,7 +51,7 @@ RUN python -m venv "$VIRTUAL_ENV" \
|
|
| 51 |
# rebuild picks up the latest evaluator dependencies (including Open3D for
|
| 52 |
# alignment). Lock to a commit SHA at the v1 release for reproducible scores
|
| 53 |
# (see space-setup/post-gt-swap.md Stage F).
|
| 54 |
-
ARG CADGENBENCH_SHA=
|
| 55 |
RUN python -m pip install --no-cache-dir \
|
| 56 |
"cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
|
| 57 |
|
|
|
|
| 51 |
# rebuild picks up the latest evaluator dependencies (including Open3D for
|
| 52 |
# alignment). Lock to a commit SHA at the v1 release for reproducible scores
|
| 53 |
# (see space-setup/post-gt-swap.md Stage F).
|
| 54 |
+
ARG CADGENBENCH_SHA=a0f7205
|
| 55 |
RUN python -m pip install --no-cache-dir \
|
| 56 |
"cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
|
| 57 |
|