Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround a problem with deployment openvino serverless functions #1996

Merged
merged 3 commits into from
Aug 7, 2020

Conversation

nmanovic
Copy link
Contributor

@nmanovic nmanovic commented Aug 6, 2020

Fix #1977

Motivation and context

In some cases nuclio doesn't work well if a serverless function has USER non-root directive. It can lead to problems which are described in #1977 issue.

Possible fix in nuclio which needs to test: liranbg/nuclio#22
Related issue on nuclio GitHub: nuclio/nuclio#1782

How has this been tested?

It was confirmed by a couple of customers that the patch fixes the issue.

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@coveralls
Copy link

coveralls commented Aug 6, 2020

Pull Request Test Coverage Report for Build 6831

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.005%) to 68.925%

Files with Coverage Reduction New Missed Lines %
cvat/apps/engine/media_extractors.py 5 75.81%
Totals Coverage Status
Change from base Build 6817: -0.005%
Covered Lines: 11149
Relevant Lines: 15672

💛 - Coveralls

@nmanovic nmanovic changed the title Fix a problem with permissions Workaround a problem with deployment openvino serverless functions Aug 7, 2020
@nmanovic nmanovic merged commit 5a8d719 into develop Aug 7, 2020
@nmanovic nmanovic deleted the nm/fix_nuclio_user branch August 7, 2020 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue loading openvino models for semi-automatic and automatic annotation
2 participants