Skip to content
Snippets Groups Projects
Commit 23fba62f authored by Luc Hermitte's avatar Luc Hermitte
Browse files

BUG: Restore install of gdal python bindings

parent cf750ede
No related branches found
No related tags found
No related merge requests found
Pipeline #16623 failed
......@@ -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"
......
......@@ -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)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment