dmlc--dgl
a95459e3a2
* change ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * nx package * update ci * update ci * update ci * fix * mx dockerfile by zhengda * python3.6->3.5 * update ci image * add tutorial test * fix ci * fix ssl problem * minor change * small fix on traversal utest * fix syntax * add matplotlib in image * fix * update ci * update ci
6 行
254 B
Bash
6 行
254 B
Bash
git clone --recursive -b dgl_graph https://github.com/zheng-da/incubator-mxnet.git
|
|
cd incubator-mxnet
|
|
make -j4 USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda \
|
|
USE_CUDNN=1 USE_MKLDNN=1 USE_DIST_KVSTORE=1
|
|
pip3 install -e python
|