Dependencies:
pip
CUDA-9.2 or CUDA-10.0
mxnet

Install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

CUDA installation is omitted as it depends on the underlined operating system 

install MxNet (http://mxnet.incubator.apache.org/versions/master/install/index.html?platform=Linux&language=Python&processor=GPU)
with CUDA-9.2:
pip install mxnet-cu92
with CUDA-10.0:
pip install mxnet-cu100
