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

fix segmentation fault issue on docker container #454

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

TomonobuTsujikawa
Copy link
Contributor

This is revisit of #443 because this commit was removed unexpedictly.

We have tried to run nnabla-example's slegan with single GPU, but it cannot be work with v1.31.0 container.
But, nnabla v1.26.0 container can work correctly.

This is caused by lacking of libraries, so we decided to use opencv-python-headless instead of opencv-python.

@TomonobuTsujikawa TomonobuTsujikawa added the release-note-ignore Auto-release; not appeared in release notes (e.g. auto-format) label Feb 1, 2023
@YukioOobuchi YukioOobuchi merged commit 51b0a5a into master Feb 1, 2023
@YukioOobuchi YukioOobuchi deleted the feature/20230130-fix-opencv-issue branch February 1, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-ignore Auto-release; not appeared in release notes (e.g. auto-format)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants