Skip to content

Commit

Permalink
[CI] change the mxnet installation in docker. (dmlc#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da authored and jermainewang committed Dec 2, 2018
1 parent 5680f8d commit dd26ff1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/install/ubuntu_install_mxnet_cpu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
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_MKLDNN=1 USE_DIST_KVSTORE=1
pip3 install -e python
pip3 install --pre mxnet

0 comments on commit dd26ff1

Please sign in to comment.