DIR="/nccl2"mkdir-p$DIR# we cached the nccl2 deb package in BOS, so we can download it with wget# install nccl2: http://docs.nvidia.com/deeplearning/sdk/nccl-install-guide/index.html#down
cd$DIR&& ar x $DEB&&tar xf data.tar.xzDEBS=$(find ./var/ -name"*.deb")for sub_deb in$DEBS;doecho$sub_deb ar x $sub_deb&&tar xf data.tar.xzdonemv-f usr/include/nccl.h /usr/local/include/mv-f usr/lib/libnccl* /usr/local/lib/rm-rf$DIR