Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s1tiling-dockers
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
s1-tiling
s1tiling-dockers
Commits
23fba62f
Commit
23fba62f
authored
4 days ago
by
Luc Hermitte
Browse files
Options
Downloads
Patches
Plain Diff
BUG: Restore install of gdal python bindings
parent
cf750ede
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#16623
failed
4 days ago
Stage: build-base
Stage: build-dev
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
ubuntu/base/Dockerfile9
+3
-0
3 additions, 0 deletions
ubuntu/base/Dockerfile9
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
23fba62f
...
...
@@ -25,7 +25,7 @@
#
# =========================================================================
variables
:
S1TD_VERSION
:
"
1.4.
1
"
# S1Tiling Dockers version
S1TD_VERSION
:
"
1.4.
2
"
# S1Tiling Dockers version
LIA_VERSION
:
"
tags/1.2.1"
# git-tag to use to fetch s1-tiling/normlim_sigma0.git
GAMMA_AREA_VERSION
:
"
tags/1.0.2"
# git-tag to use to fetch s1-tiling/RTC_gamma0.git
OTB7_VERSION
:
"
7.4.1"
...
...
This diff is collapsed.
Click to expand it.
ubuntu/base/Dockerfile9
+
3
−
0
View file @
23fba62f
...
...
@@ -177,6 +177,9 @@ RUN uname -a \
&& python3 /tmp/trim-otb-targets.py /tmp/excludes.txt "${tgt_release}" "${tgt_release}" \
&& bash ${OTB_INSTALL_DIRNAME}/tools/post_install.sh \
&& cd - \
&& python3 -m pip --no-cache-dir install "gdal==$(gdal-config --version)" --no-binary :all: \
&& python3 -c "from osgeo import gdal ; print('GDAL version:', gdal.__version__)" \
&& python3 -c "from osgeo import gdal_array; print('SUCCESS')" \
\
&& echo "Check C++ stdlib ABI version..." \
&& libitk="$(ls --indicator-style=none -- ${OTB_INSTALL_DIRNAME}/lib/libITKCommon-*.so)" \
...
...
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