Michael Rabinovich Cursor commited on
Commit
fa32cdd
·
1 Parent(s): 0626a6b

Dockerfile: bump CADGENBENCH_SHA to b22a53c (ProcessPool spawn fix)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt \
39
 
40
  # cadgenbench from the Public GitHub repo, pinned to a commit. Bumping
41
  # CADGENBENCH_SHA is the one-line path to picking up a new cadgenbench.
42
- ARG CADGENBENCH_SHA=3fd213d
43
  RUN pip install --no-cache-dir \
44
  "cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
45
 
 
39
 
40
  # cadgenbench from the Public GitHub repo, pinned to a commit. Bumping
41
  # CADGENBENCH_SHA is the one-line path to picking up a new cadgenbench.
42
+ ARG CADGENBENCH_SHA=b22a53c
43
  RUN pip install --no-cache-dir \
44
  "cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
45