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
d491eb65
Commit
d491eb65
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
windows1809: Update OpenCV to 4
parent
ea2d1081
No related branches found
No related tags found
No related merge requests found
Pipeline
#26646
passed
5 years ago
Stage: build
Stage: deploy
Pipeline: behavior_loader
#26649
Pipeline: interfaces
#26648
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
windows1809/base/Dockerfile
+1
-1
1 addition, 1 deletion
windows1809/base/Dockerfile
windows1809/cuda-devel/Dockerfile
+1
-1
1 addition, 1 deletion
windows1809/cuda-devel/Dockerfile
windows1809/devel/Dockerfile
+1
-1
1 addition, 1 deletion
windows1809/devel/Dockerfile
with
3 additions
and
3 deletions
windows1809/base/Dockerfile
+
1
−
1
View file @
d491eb65
...
@@ -45,6 +45,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
...
@@ -45,6 +45,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
ed03d814da4c8edf09caba90c15741f13f436f9e
;
\
git checkout
7d322e995f49d3989fa982268c2d4586c4f8d1f1
;
\
./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.
windows1809/cuda-devel/Dockerfile
+
1
−
1
View file @
d491eb65
...
@@ -34,7 +34,7 @@ RUN cd $env:VCPKG_DIR; \
...
@@ -34,7 +34,7 @@ RUN cd $env:VCPKG_DIR; \
harfbuzz
\
harfbuzz
\
rpclib
\
rpclib
\
eigen3
\
eigen3
\
"
\"
opencv
3
[cuda,ffmpeg,ximea,opengl,contrib,ipp,dnn]
\"
"
\
"
\"
opencv
4
[cuda,ffmpeg,ximea,opengl,contrib,ipp,dnn]
\"
"
\
"
\"
mxnet[cpp,opencv,cuda,cudnn]
\"
"
;
\
"
\"
mxnet[cpp,opencv,cuda,cudnn]
\"
"
;
\
[
Environment]::SetEnvironmentVariable
(
'VCPKG_TRIPLET'
,
"
\"
$vcpkg_triplet
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
[
Environment]::SetEnvironmentVariable
(
'VCPKG_TRIPLET'
,
"
\"
$vcpkg_triplet
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
[
Environment]::SetEnvironmentVariable
(
'CMAKE_TOOLCHAIN_FILE'
,
"
\"
/vcpkg/scripts/buildsystems/vcpkg.cmake
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
[
Environment]::SetEnvironmentVariable
(
'CMAKE_TOOLCHAIN_FILE'
,
"
\"
/vcpkg/scripts/buildsystems/vcpkg.cmake
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
...
...
This diff is collapsed.
Click to expand it.
windows1809/devel/Dockerfile
+
1
−
1
View file @
d491eb65
...
@@ -23,7 +23,7 @@ RUN cd $env:VCPKG_DIR; \
...
@@ -23,7 +23,7 @@ RUN cd $env:VCPKG_DIR; \
harfbuzz
\
harfbuzz
\
rpclib
\
rpclib
\
eigen3
\
eigen3
\
"
\"
opencv
3
[ffmpeg,ximea,opengl,contrib,ipp,dnn]
\"
"
\
"
\"
opencv
4
[ffmpeg,ximea,opengl,contrib,ipp,dnn]
\"
"
\
"
\"
mxnet[cpp,opencv]
\"
"
;
\
"
\"
mxnet[cpp,opencv]
\"
"
;
\
[
Environment]::SetEnvironmentVariable
(
'VCPKG_TRIPLET'
,
"
\"
$vcpkg_triplet
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
[
Environment]::SetEnvironmentVariable
(
'VCPKG_TRIPLET'
,
"
\"
$vcpkg_triplet
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
[
Environment]::SetEnvironmentVariable
(
'CMAKE_TOOLCHAIN_FILE'
,
"
\"
/vcpkg/scripts/buildsystems/vcpkg.cmake
\"
"
,
[
EnvironmentVariableTarget]::Machine
)
;
\
[
Environment]::SetEnvironmentVariable
(
'CMAKE_TOOLCHAIN_FILE'
,
"
\"
/vcpkg/scripts/buildsystems/vcpkg.cmake
\"
"
,
[
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