Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
docker
Commits
ee9c72dc
"git@git.imp.fu-berlin.de:agnumpde/dune-solvers.git" did not exist on "74b7b0b0fcfe40718fe44994cefa14e3e515da4c"
Commit
ee9c72dc
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
windows1809: Update vcpkg (MXNet 1.5.1)
parent
aa768d3c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
windows1809/base/Dockerfile
+2
-2
2 additions, 2 deletions
windows1809/base/Dockerfile
with
2 additions
and
2 deletions
windows1809/base/Dockerfile
+
2
−
2
View file @
ee9c72dc
...
...
@@ -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
)
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment