Skip to content

Commit

Permalink
Fix patching
Browse files Browse the repository at this point in the history
  • Loading branch information
khsa1 committed Jan 24, 2025
1 parent 2d00de2 commit 0a621eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external_plugins/image_scoring_plugin/Dockerfile-3.8
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ADD ultralytics.patch /ultralytics.patch
RUN pip install -r requirements.txt

RUN git clone https://github.com/ICICLE-ai/camera_traps -b inference \
&& cd "/camera_traps" && git apply ultralytics.patch && rm ultralytics.patch && cd "/" \
&& cd "/camera_traps" && git apply /ultralytics.patch && rm ultralytics.patch && cd "/" \
&& git clone https://github.com/microsoft/ai4eutils \
&& git clone https://github.com/ultralytics/yolov5/ \
&& cd "/yolov5" && git checkout c23a441c9df7ca9b1f275e8c8719c949269160d1
Expand Down
2 changes: 1 addition & 1 deletion external_plugins/image_scoring_plugin/Dockerfile-3.8-nano
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN wget https://code.osu.edu/khuvis.1/camera-traps-wheels/-/raw/main/torchvisio
&& rm torchvision-0.11.0-cp38-cp38-linux_aarch64.whl

RUN git clone https://github.com/ICICLE-ai/camera_traps -b inference \
&& cd "/camera_traps" && git apply ultralytics.patch && rm ultralytics.patch && cd "/" \
&& cd "/camera_traps" && git apply /ultralytics.patch && rm ultralytics.patch && cd "/" \
&& git clone https://github.com/microsoft/ai4eutils \
&& git clone https://github.com/ultralytics/yolov5/ \
&& cd "/yolov5" && git checkout c23a441c9df7ca9b1f275e8c8719c949269160d1
Expand Down

0 comments on commit 0a621eb

Please sign in to comment.