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
8ceb9f5a
Commit
8ceb9f5a
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
windows: Use vcpkg with reduced cuda footprint for mxnet
parent
7d9e4b85
No related branches found
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
+1
-1
1 addition, 1 deletion
windows1809/base/Dockerfile
with
1 addition
and
1 deletion
windows1809/base/Dockerfile
+
1
−
1
View file @
8ceb9f5a
...
@@ -44,6 +44,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
...
@@ -44,6 +44,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
RUN
$vcpkg_dir
=
'C:/vcpkg'
;
\
RUN
$vcpkg_dir
=
'C:/vcpkg'
;
\
git clone 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
;
\
cd
$vcpkg_dir
;
\
git checkout
65fafc0b462d36388bf379a35a65af03d55c37be
;
\
git checkout
c05eb1ab83ddb9d4799fb9f3cd10bb385f05469b
;
\
./scripts/bootstrap.ps1
;
\
./scripts/bootstrap.ps1
;
\
[
Environment]::SetEnvironmentVariable
(
'VCPKG_DIR'
,
"
\"
$vcpkg_dir
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
[
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