mindsdb / mindsdb-docs-old

Current MindsDB Docs are migrated to MindsDB repository
https://docs.mindsdb.com/
MIT License
39 stars 39 forks source link

Add warning about MKL issue when using Docker #145

Closed ZoranPandovski closed 3 years ago

ZoranPandovski commented 3 years ago

Using Docker sometimes the user may experience issues related to mkl and threading. We need to add info that it could be resolved by adding env var or starting Docker with

docker run --env MKL_SERVICE_FORCE_INTEL=1 -it -p 47334:47334 mindsdb/mindsdb
dfrances1 commented 3 years ago

Updated.

dfrances1 commented 3 years ago

Update complete.