1. 27 Nov, 2018 1 commit
  2. 06 Jun, 2018 1 commit
    • crlishka's avatar
      Fix proxy settings in contrib/docker so that builds work both on the Internet… · 6b84c5e6
      crlishka authored
      Fix proxy settings in contrib/docker so that builds work both on the Internet and within Intel (#1088)
      
      * Added conditional code to only set proxies when hostname appears to be on an Intel network (.intel.com)
      
      * Replaced Intel-network-conditional proxy setting code with a system that checks for existence of http_proxy and https_proxy, like the Makefile does
      
      * Applied fix for NGRAPH-1862, as I ran into NVidia dockerfile hangs.  Temporarily use --no-cache with docker-build, to check that proxy fix really works (and we don't get a cached version).
      
      * Restored an original line I accidentally deleted.
      
      * Remove --no-cache, which I had added for thorough testing.
      6b84c5e6
  3. 08 May, 2018 2 commits
  4. 09 Apr, 2018 1 commit
    • DawnStone's avatar
      add GPU backend support for contrib/docker make process (#814) · 24afb41e
      DawnStone authored
      * adding support for GPU backend to contrib/docker
      
      added gpu dockerfiles
      
      renamed Dockerfile for centos74
      
      fixed NGRAPH_GPU_ENABLE cmake flag name
      
      * Check for GPU support on the host system and fall back to CPU if not present
      
      * removed double option for PREBUILT_LLVM
      
      * updated README.md with additional references for GPU support
      
      * added clarifying comments
      
      cleaned up duplicate settings
      
      * removed deprecated targets from the contrib/docker/Makefile
      
      * resolved absolute vs. conditional assignment for variables based on reference OS
      
      * removed example using a custom DOCKERFILE from README file
      24afb41e