Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Main Repositories
otb
Commits
3e65fe2d
Commit
3e65fe2d
authored
5 months ago
by
Tristan Laurent
Browse files
Options
Downloads
Patches
Plain Diff
fix Dockerfile due to rebase error
parent
0c60dec0
No related branches found
No related tags found
1 merge request
!1047
Retrieve improvments from 9.1
Pipeline
#16185
failed
5 months ago
Stage: precheck
Stage: prepare
Stage: build
Stage: report
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker/Dockerfile
+2
-4
2 additions, 4 deletions
Docker/Dockerfile
with
2 additions
and
4 deletions
Docker/Dockerfile
+
2
−
4
View file @
3e65fe2d
...
...
@@ -42,14 +42,12 @@ ENV PROJ_LIB=/app/otb/share/proj
ENV
PATH=/app/otb/bin:$PATH
ENV
LD_LIBRARY_PATH=/app/otb/lib:$LD_LIBRARY_PATH
ENV
OTB_APPLICATION_PATH=/app/otb/lib/otb/applications
ENV
LC_NUMERIC=C
ENV
OTB_INSTALL_DIR=/app/otb
ENV
LC_NUMERIC=C
# run post install to apply sed commands on cmake files and to get python
# bindings if needed
RUN
sh /app/otb/tools/post_install.sh
# Default command when using 'docker run' or 'docker create'
RUN
sh /app/otb/tools/post_install.sh
&&
sh /app/otb/recompile_bindings.sh
# Default command when using 'docker run' or 'docker create'
CMD
/bin/bash
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