Fixed build of retinanet serverless function image (#54)

main
Andrey Zhavoronkov 4 years ago committed by GitHub
parent dfa71badb5
commit 2598641261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Unable to upload annotations (<https://github.com/openvinotoolkit/cvat/pull/4513>) - Unable to upload annotations (<https://github.com/openvinotoolkit/cvat/pull/4513>)
- Fix build dependencies for Siammask (<https://github.com/openvinotoolkit/cvat/pull/4486>) - Fix build dependencies for Siammask (<https://github.com/openvinotoolkit/cvat/pull/4486>)
- Bug: Exif orientation information handled incorrectly (<https://github.com/openvinotoolkit/cvat/pull/4529>) - Bug: Exif orientation information handled incorrectly (<https://github.com/openvinotoolkit/cvat/pull/4529>)
- Fixed build of retinanet function image (<https://github.com/cvat-ai/cvat/pull/54>)
## \[2.0.0] - 2022-03-04 ## \[2.0.0] - 2022-03-04
### Added ### Added

@ -114,7 +114,7 @@ spec:
- kind: RUN - kind: RUN
value: curl -O https://dl.fbaipublicfiles.com/detectron2/COCO-Detection/retinanet_R_101_FPN_3x/190397697/model_final_971ab9.pkl value: curl -O https://dl.fbaipublicfiles.com/detectron2/COCO-Detection/retinanet_R_101_FPN_3x/190397697/model_final_971ab9.pkl
- kind: RUN - kind: RUN
value: ln -s /usr/bin/pip3 /usr/local/bin/pip value: ln -s /usr/bin/pip3 /usr/local/bin/pip && ln -s /usr/bin/python3 /usr/bin/python
triggers: triggers:
myHttpTrigger: myHttpTrigger:

@ -114,7 +114,7 @@ spec:
- kind: RUN - kind: RUN
value: curl -O https://dl.fbaipublicfiles.com/detectron2/COCO-Detection/retinanet_R_101_FPN_3x/190397697/model_final_971ab9.pkl value: curl -O https://dl.fbaipublicfiles.com/detectron2/COCO-Detection/retinanet_R_101_FPN_3x/190397697/model_final_971ab9.pkl
- kind: RUN - kind: RUN
value: ln -s /usr/bin/pip3 /usr/local/bin/pip value: ln -s /usr/bin/pip3 /usr/local/bin/pip && ln -s /usr/bin/python3 /usr/bin/python
triggers: triggers:
myHttpTrigger: myHttpTrigger:

Loading…
Cancel
Save