Skip to content

Files

Latest commit

6dcdaf5 · Nov 3, 2023

History

History
This branch is 567 commits behind dmlc/dgl:master.

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 3, 2023
Mar 4, 2022
Apr 22, 2022
Jan 11, 2023
Aug 11, 2023
Dec 20, 2019
Jul 11, 2023
Feb 10, 2023
Dec 20, 2019
Jan 28, 2022
Mar 4, 2020

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 .