Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Sep 6, 2024
1 parent e5812a5 commit 7f12ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio_ml/examples/segment_anything_model/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f12ba8

Please sign in to comment.