Skip to content

Commit

Permalink
fix dextr deployment. See cvat-ai#3819
Browse files Browse the repository at this point in the history
  • Loading branch information
efcy committed Oct 22, 2021
1 parent 9747636 commit 04bf712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>)
- Iterating over manifest (<https://github.com/openvinotoolkit/cvat/pull/3792>)
- Manifest removing (<https://github.com/openvinotoolkit/cvat/pull/3791>)
- Fixed dextr deployment (https://github.com/openvinotoolkit/cvat/issues/3819)

### Security

Expand Down
2 changes: 1 addition & 1 deletion serverless/openvino/dextr/nuclio/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- kind: RUN
value: unzip dextr_model_v1.zip
- kind: RUN
value: pip3 install Pillow
value: pip3 install -U pip && pip3 install wheel Pillow

triggers:
myHttpTrigger:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nuctl create project cvat
```bash
nuctl deploy --project-name cvat \
--path serverless/openvino/dextr/nuclio \
--volume `pwd`/serverless/openvino/common:/opt/nuclio/common \
--volume `pwd`/serverless/common:/opt/nuclio/common \
--platform local
```

Expand Down

0 comments on commit 04bf712

Please sign in to comment.