Stella Alice Schlotter 4 years ago
parent 9747636230
commit 04bf7124b2

@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Incorrect work when copy job list with "Copy" button (<https://github.com/openvinotoolkit/cvat/pull/3749>) - Incorrect work when copy job list with "Copy" button (<https://github.com/openvinotoolkit/cvat/pull/3749>)
- Iterating over manifest (<https://github.com/openvinotoolkit/cvat/pull/3792>) - Iterating over manifest (<https://github.com/openvinotoolkit/cvat/pull/3792>)
- Manifest removing (<https://github.com/openvinotoolkit/cvat/pull/3791>) - Manifest removing (<https://github.com/openvinotoolkit/cvat/pull/3791>)
- Fixed dextr deployment (https://github.com/openvinotoolkit/cvat/issues/3819)
### Security ### Security

@ -38,7 +38,7 @@ spec:
- kind: RUN - kind: RUN
value: unzip dextr_model_v1.zip value: unzip dextr_model_v1.zip
- kind: RUN - kind: RUN
value: pip3 install Pillow value: pip3 install -U pip && pip3 install wheel Pillow
triggers: triggers:
myHttpTrigger: myHttpTrigger:

@ -25,7 +25,7 @@ nuctl create project cvat
```bash ```bash
nuctl deploy --project-name cvat \ nuctl deploy --project-name cvat \
--path serverless/openvino/dextr/nuclio \ --path serverless/openvino/dextr/nuclio \
--volume `pwd`/serverless/openvino/common:/opt/nuclio/common \ --volume `pwd`/serverless/common:/opt/nuclio/common \
--platform local --platform local
``` ```

Loading…
Cancel
Save