项目文件夹

文件
Da Zheng 70ee86648b [Docker]Move to the latest MXNet version. (#610)
* use the right version of mxnet.

* fix.
2019-06-06 13:56:35 -07:00
..
2019-06-01 14:32:39 -04:00

Build docker image for CI

CPU image

docker build -t dgl-cpu -f Dockerfile.ci_cpu .

GPU image

docker build -t dgl-gpu -f Dockerfile.ci_gpu .

Lint image

docker build -t dgl-lint -f Dockerfile.ci_lint .