Skip to content

Commit

Permalink
ci: PLT-648: Add curl to yolo (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov authored Feb 6, 2025
1 parent fe454d6 commit 08c278a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions label_studio_ml/examples/yolo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN --mount=type=cache,target="/var/cache/apt",sharing=locked \
apt-get -y update \
&& apt-get install -y git \
&& apt-get install -y wget \
&& apt-get install -y curl \
&& apt-get install -y g++ freeglut3-dev build-essential libx11-dev \
libxmu-dev libxi-dev libglu1-mesa libglu1-mesa-dev libfreeimage-dev \
&& apt-get -y install ffmpeg libsm6 libxext6 libffi-dev python3-dev python3-pip gcc
Expand Down

0 comments on commit 08c278a

Please sign in to comment.