项目文件夹

文件
Jinjing Zhou 92321347c0 [CI] Update PyTorch in CI image to 1.5.1 (#1808)
* test

* Revert "test"

This reverts commit be555b06a9942a3267d173f4be760a04d33be227.

* change
2020-07-15 17:04:04 +08:00
..
2020-03-04 21:01:29 +08: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 image for kg

wget https://data.dgl.ai/dataset/FB15k.zip -P install/
docker build -t dgl-cpu:torch-1.2.0 -f Dockerfile.ci_cpu_torch_1.2.0 .

GPU image for kg

wget https://data.dgl.ai/dataset/FB15k.zip -P install/
docker build -t dgl-gpu:torch-1.2.0 -f Dockerfile.ci_gpu_torch_1.2.0 .