Commit b9718d83 authored by Remi Cresson's avatar Remi Cresson
Browse files

COMP: use last OTBTF version (3.3.2), remove Mosaic fix

1 merge request!7FIX: follow API changes in pyotb
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
Showing with 1 addition and 4 deletions
+1 -4
......@@ -3,7 +3,7 @@
#
# docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf3.0:cpu-basic-dev" .
#
ARG BASE_IMAGE=mdl4eo/otbtf3.0:gpu-dev
ARG BASE_IMAGE=mdl4eo/otbtf3.3.2:gpu-dev
FROM $BASE_IMAGE
LABEL description="Decloud docker image"
LABEL maintainer="Remi Cresson [at] inrae [dot] fr"
......@@ -18,9 +18,6 @@ RUN apt upgrade -y
COPY docker/requirements.txt /tmp/requirements.txt
RUN python3 -m pip install -r /tmp/requirements.txt
# Fix Mosaic app in OTB <= 7.4
RUN cd /src/otb/otb/ && git config remote.origin.fetch refs/heads/*:refs/remotes/origin/* && git fetch origin && git -c user.name=decloud-docker -c user.email=decloud@decloud.xyz cherry-pick 44ec133646c46d6772450bbf5fb3ec54e282f56b
# Build remote modules
RUN cd /src/otb/otb/Modules/Remote/ && git clone https://gitlab.irstea.fr/remi.cresson/SimpleExtractionTools.git
RUN cd /src/otb/otb/Modules/Remote/ && git clone https://gitlab.irstea.fr/remi.cresson/mlutils.git
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment