Michael Rabinovich commited on
Commit
ff674cc
·
1 Parent(s): 0a2a2c6

Dockerfile: bump CADGENBENCH_SHA to 056cfbb (invalid-candidate fast path)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN pip install --no-cache-dir playwright \
44
 
45
  # cadgenbench from the Public GitHub repo, pinned to a commit. Bumping
46
  # CADGENBENCH_SHA is the one-line path to picking up a new cadgenbench.
47
- ARG CADGENBENCH_SHA=9bd02fb
48
  RUN pip install --no-cache-dir \
49
  "cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
50
 
 
44
 
45
  # cadgenbench from the Public GitHub repo, pinned to a commit. Bumping
46
  # CADGENBENCH_SHA is the one-line path to picking up a new cadgenbench.
47
+ ARG CADGENBENCH_SHA=056cfbb
48
  RUN pip install --no-cache-dir \
49
  "cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
50