From 8ceb9f5a348eaf1284a03f26a828c8ff4154665c Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 10 Dec 2019 14:59:39 +0100 Subject: [PATCH] windows: Use vcpkg with reduced cuda footprint for mxnet --- windows1809/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile index 9d25512..becd9ca 100644 --- a/windows1809/base/Dockerfile +++ b/windows1809/base/Dockerfile @@ -44,6 +44,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl RUN $vcpkg_dir = 'C:/vcpkg'; \ git clone https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \ cd $vcpkg_dir; \ - git checkout 65fafc0b462d36388bf379a35a65af03d55c37be; \ + git checkout c05eb1ab83ddb9d4799fb9f3cd10bb385f05469b; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab