Skip to content

Commit 061002b

Browse files
authored
fix: Tests for nemo and SAM (#620)
1 parent 01b0516 commit 061002b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
nemo-toolkit[all]
2-
numpy<2
1+
nemo-toolkit[all]==1.23.0
2+
huggingface-hub==0.23.5
3+
numpy<2

label_studio_ml/examples/segment_anything_model/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN --mount=type=cache,target="/var/cache/apt",sharing=locked \
2323
apt-get update; \
2424
apt-get upgrade -y; \
2525
apt install --no-install-recommends -y \
26-
wget git libopencv-dev python3-opencv; \
26+
wget git libopencv-dev python3-opencv cmake protobuf-compiler; \
2727
apt-get autoremove -y
2828

2929
# Copy and run the model download script

0 commit comments

Comments
 (0)