k-l-lambda commited on
Commit
2a8eaa9
·
1 Parent(s): 90166b2

fix: install pyclipper in HF image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -53,6 +53,7 @@ RUN pip install --no-cache-dir --break-system-packages \
53
  "opencv-python-headless<4.11" \
54
  Pillow>=8.0.0 \
55
  PyYAML>=5.4.0 \
 
56
  pyzmq>=22.0.0 \
57
  msgpack>=1.0.0
58
 
 
53
  "opencv-python-headless<4.11" \
54
  Pillow>=8.0.0 \
55
  PyYAML>=5.4.0 \
56
+ pyclipper>=1.3.0 \
57
  pyzmq>=22.0.0 \
58
  msgpack>=1.0.0
59