Files
dgl/docker
VoVAllen 7cb50072a4 [Doc][Model] New Capsule Tutorial & Example (#143)
* 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
2018-11-12 12:43:13 -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 .