-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Unable to start Dify from latest docker image due to OpenBLAS Operation not permitted error #886
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
Comments
在docker-compose.yaml的api、worker中增加
|
Seems a general permission issue to me, you could try @caolixiang 's suggestion. If you still have the problem, you could reopen this issue. |
Thank you. That works for me . |
Same promble |
在docker-compose.yaml的sandbox也增加 privileged: true
|
可是沙盒都加privileged,也太不安全了吧 |
Thanks! |
When attempting to run the latest docker image after clone the project from github, it fails due to an OpenBLAS error with operation not permitted.
Dify version: Self Host
Docker version: 20.10.7
docker-compose version: 1.29.2
Ubuntu: 16.04
Steps To Reproduce
The current behavior
The text was updated successfully, but these errors were encountered: