Skip to content

Commit 84ed03c

Browse files
fix: 3 errors in build (#804)
1 parent c3d746b commit 84ed03c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

label_studio_ml/examples/easyocr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target="/var/cache/apt",sharing=locked \
2020
apt-get update; \
2121
apt-get upgrade -y; \
2222
apt install --no-install-recommends -y \
23-
git libglib2.0-0 libgl1-mesa-glx; \
23+
git libglib2.0-0 libgl1 libglx-mesa0; \
2424
apt-get autoremove -y
2525

2626
# install base requirements

label_studio_ml/examples/segment_anything_model/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
label_studio_converter
22
opencv-python
3-
onnxruntime<=1.15.1
3+
onnxruntime==1.15.1
44
onnx
55
torch==2.0.1
66
torchvision==0.15.2

0 commit comments

Comments
 (0)