diff --git a/label_studio_ml/examples/segment_anything_model/Dockerfile b/label_studio_ml/examples/segment_anything_model/Dockerfile index b62eb1023..43de76e57 100644 --- a/label_studio_ml/examples/segment_anything_model/Dockerfile +++ b/label_studio_ml/examples/segment_anything_model/Dockerfile @@ -23,7 +23,7 @@ RUN --mount=type=cache,target="/var/cache/apt",sharing=locked \ apt-get update; \ apt-get upgrade -y; \ apt install --no-install-recommends -y \ - wget git libopencv-dev python3-opencv; \ + wget git libopencv-dev python3-opencv cmake; \ apt-get autoremove -y # Copy and run the model download script