Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
ResearchAndDevelopment
LINC
Commits
b8256a43
Commit
b8256a43
authored
3 years ago
by
André Offringa
Browse files
Options
Downloads
Patches
Plain Diff
Switch to Dp3 master
Former-commit-id:
c72556e3
[formerly
7e4163ee
] Former-commit-id:
f449a137
Former-commit-id:
1c40a6dd
parent
bf0d524f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker/Dockerfile
+1
-7
1 addition, 7 deletions
Docker/Dockerfile
with
1 addition
and
7 deletions
Docker/Dockerfile
+
1
−
7
View file @
b8256a43
...
...
@@ -82,14 +82,8 @@ RUN \
cmake ../
-DCMAKE_INSTALL_PREFIX
=
/usr/local/
&&
\
make
install
-j
`
nproc
`
# We currently checkout a specific version of DP3 because there's
# currently a bug in the solver in the master branch. Once this is
# solved we should again use master, and the clone cmd should be changed
# back to:
# git clone https://git.astron.nl/RD/DP3.git --depth 1 &&
RUN
\
git clone https://git.astron.nl/RD/DP3.git
&&
\
cd
DP3
&&
git checkout 1eadf43fee5ac76f48611fdd1fd464ebda8c0b6d
&&
cd
..
&&
\
git clone https://git.astron.nl/RD/DP3.git
--depth
1
&&
\
mkdir
DP3/build
&&
\
cd
DP3/build
&&
\
cmake ../
\
...
...
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