• Lingfan Yu's avatar
    Dockerfile and CI (#74) · cdf7334c
    Lingfan Yu authored
    * Test CPP branch CI (#2)
    
    * Fix batching node-only graphs (#62)
    
    * fixing batching with graphs with no edges
    
    * oops forgot test
    
    * fix readme
    
    * Docker and Jenkins (#1)
    
    * docker ci cpu
    
    * install python packages
    
    * docker ci gpu
    
    * add readme
    
    * use dgl cpu image
    
    * run command in container as root
    
    * use python3
    
    * fix test case
    
    * remove nose from docker file
    
    * docker folder readme
    
    * parallelize cpu and gpu
    
    * top level stages
    
    * comment out python2 related installation
    
    * fix
    
    * remove igraph
    
    * building for cpp
    
    * change building order
    
    * export env in test stage
    
    * withEnv
    
    * run docker container as root
    
    * fix test cases
    
    * fix test cases
    
    * minor
    
    * remove old build
    cdf7334c
batched_graph.py 6.9 KB