"src/array/vscode:/vscode.git/clone" did not exist on "8a07ab77376a99b7114d0850ff99331ed88a648e"
  1. 19 Oct, 2018 1 commit
    • Lingfan Yu's avatar
      CI lint check (#93) · dce1f44d
      Lingfan Yu authored
      * CI for lint check
      
      * init submodule before run lint
      
      * install ubuntu core for lint docker
      
      * remove generator import in dgl
      dce1f44d
  2. 07 Oct, 2018 1 commit
    • 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