- 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.
-
- 31 May, 2018 1 commit
-
-
DawnStone authored
-
- 13 Apr, 2018 1 commit
-
-
DawnStone authored
fixed variable settings in contrib/docker/make-dimage.sh script
-
- 04 Apr, 2018 1 commit
-
-
DawnStone authored
* saved a simplified contrib/docker/Makefile and helper scripts * fixed flow for make targets * restored original definition for setting the PARALLEL option on the command line per github comments * remove double build for make install targets * added a save for the ngraph_dist_gcc.tgz to maintain existing behavior * fixed passing the PARALLEL value to the make targets * integrated latest working build-ngraph-and-test script * integrated the latest working Makefile * removed reference to the THIRD_PARTY_CACHE_DIR (for future) * updated the contrib/docker/README.md file
-