Files
dgl/docker
2018-11-12 15:18:22 -05:00
..
2018-11-12 15:18:22 -05:00
2018-10-07 19:18:43 -04:00
2018-10-07 19:18:43 -04:00
2018-10-18 23:50:24 -04:00
2018-11-12 01:06:05 -05: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 .

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 .