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
17 行
378 B
Markdown
17 行
378 B
Markdown
## 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 .
|
|
|
|
### CPU MXNet image
|
|
docker build -t dgl-mxnet-cpu -f Dockerfile.ci_cpu_mxnet .
|
|
|
|
### GPU MXNet image
|
|
docker build -t dgl-mxnet-gpu -f Dockerfile.ci_gpu_mxnet .
|