MXNET 1.4.1 - old GCLIB on SLES11

Dear all,

I need to use gluonts that depends on mxnet 1.4.1, but I am training and running models on a old systems that handle only GCLIB 2.11 where MXNET pip package requires GCLIB 2.16 .

Conda mxnet 1.4.1 package does not exists, what is your suggested path to run mxnet 1.4.1 into an old environment?
The system is production ready and I cannot update GCC compilers by internal policies.

Thanks
Robbie

What about using MXNet docker image that comes with all required dependencies? You can find some detailed instructions here: https://github.com/apache/incubator-mxnet/tree/master/docker

Hi,

thanks but I am working on a dedicated hadoop worker (how can I work with docker here?).

Robbie