- 27 Nov, 2018 1 commit
-
-
L.S. Cook authored
-
- 06 Jun, 2018 1 commit
-
-
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.
-
- 08 May, 2018 2 commits
- 09 Apr, 2018 1 commit
-
-
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
-