Skip to content
Snippets Groups Projects
Commit aafebf54 authored by calrama's avatar calrama
Browse files

windows1809: Update vcpkg (MXNet 1.4.1)

parent 95bacb1f
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
RUN $vcpkg_dir = 'C:/vcpkg'; \
git clone --depth=1 https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
cd $vcpkg_dir; \
git checkout eb5d273da698585ef24d0ef91be40e4d269cb04e; \
git checkout 9af73e3bd779e7832a87b7f08a642c22bc8d956a; \
./scripts/bootstrap.ps1; \
[Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment