mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-03 19:34:33 +08:00
* new capsule tutorial * capsule for new API * fix deprecated API * New tutorial and example * investigate gc problem * add viz code * new capsule tutorial * remove ipynb * move u_hat * add link * add requirements.txt * remove ani.save * update ci to install requirements * add graphviz
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 .