Skip to content

Commit

Permalink
adding --insecure option to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
EnocMartinez committed Nov 29, 2023
1 parent af41b63 commit 223ba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL version='0.0.1'
# Download model from provisional server

RUN mkdir -p /srv/yolov8_api/models/yolov8_obsea_xlarge/weights && \
curl \
curl --insecure \
http://testfiles.obsea.es/files/other/ai-models/obsea-fish-detection/v0.0.1/12sp_1537img_xlarge_lr_0_000375_1920_best.pt \
--output /srv/yolov8_api/models/yolov8_obsea_xlarge/weights/best.pt

Expand Down

0 comments on commit 223ba89

Please sign in to comment.