From ee9c72dc8dd9e96c345b2f18226cf3d223c57165 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Sun, 29 Sep 2019 00:53:57 +0200 Subject: [PATCH] windows1809: Update vcpkg (MXNet 1.5.1) --- windows1809/base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile index 278235b..a4f0e6d 100644 --- a/windows1809/base/Dockerfile +++ b/windows1809/base/Dockerfile @@ -35,8 +35,8 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl [Environment]::SetEnvironmentVariable('Pylon5_DIR', 'C:/Pylon5/Development', [EnvironmentVariableTarget]::Machine); RUN $vcpkg_dir = 'C:/vcpkg'; \ - git clone --depth=1 https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \ + git clone https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \ cd $vcpkg_dir; \ - git checkout aa3fb302a037e4ca1012c882d3dc587497f0e286; \ + git checkout 8b38945420d8c3031c2ccade982ba6422835cb70; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab