Adding Intel MKL and MKL-DNN in Docker
I have ML code (e.g. Numpy, Scipy, LightGBM, PyTorch) deployed with Docker. I am using Python with Poetry, installing packages with pip. What should I do in order to use MKL and MKL-DNN? I know that the most standard way…