Skip to content

Commit db1061d

Browse files
ci: PLT-648: Add curl to yolo
1 parent fe454d6 commit db1061d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

label_studio_ml/examples/yolo/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN --mount=type=cache,target="/var/cache/apt",sharing=locked \
1111
apt-get -y update \
1212
&& apt-get install -y git \
1313
&& apt-get install -y wget \
14+
&& apt-get install -y curl \
1415
&& apt-get install -y g++ freeglut3-dev build-essential libx11-dev \
1516
libxmu-dev libxi-dev libglu1-mesa libglu1-mesa-dev libfreeimage-dev \
1617
&& apt-get -y install ffmpeg libsm6 libxext6 libffi-dev python3-dev python3-pip gcc

0 commit comments

Comments
 (0)