Michael Rabinovich Cursor commited on
Commit ·
be11b5a
1
Parent(s): 8762996
pin cadgenbench to e446cca (benchmark-v1 aligner + sidecar meshes + Open3D)
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -50,7 +50,7 @@ RUN python -m ensurepip --upgrade \
|
|
| 50 |
# rebuild picks up the latest evaluator dependencies (including Open3D for
|
| 51 |
# alignment). Lock to a commit SHA at the v1 release for reproducible scores
|
| 52 |
# (see space-setup/post-gt-swap.md Stage F).
|
| 53 |
-
ARG CADGENBENCH_SHA=
|
| 54 |
RUN python -m pip install --no-cache-dir \
|
| 55 |
"cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
|
| 56 |
|
|
|
|
| 50 |
# rebuild picks up the latest evaluator dependencies (including Open3D for
|
| 51 |
# alignment). Lock to a commit SHA at the v1 release for reproducible scores
|
| 52 |
# (see space-setup/post-gt-swap.md Stage F).
|
| 53 |
+
ARG CADGENBENCH_SHA=e446cca
|
| 54 |
RUN python -m pip install --no-cache-dir \
|
| 55 |
"cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
|
| 56 |
|