Skip to content

Commit

Permalink
Update Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
auto dockerfiles update committed Jan 6, 2025
1 parent 0e16934 commit 9abafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/yolo-coco/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY weights /yolo-coco
RUN cd yolo-coco \
&& cat yolov3.weights.aa yolov3.weights.ab yolov3.weights.ac yolov3.weights.ad yolov3.weights.ae > yolov3.weights

FROM demisto/opencv:1.0.0.114963
FROM demisto/opencv:1.0.0.117507

COPY requirements.txt .
COPY yolo-coco /yolo-coco/.
Expand Down

0 comments on commit 9abafb4

Please sign in to comment.