Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • rt_decloud rt_decloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.

  • umr-tetisumr-tetis
  • rt_decloudrt_decloud
  • Merge requests
  • !7
An error occurred while fetching the assigned milestone of the selected merge_request.

FIX: follow API changes in pyotb

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cresson Remi requested to merge 5-pyotb_update into master 2 years ago
  • Overview 0
  • Commits 11
  • Pipelines 8
  • Changes 1

Closes #5 (closed)

Viewing commit b9718d83
Prev Next
Show latest version
1 file
+ 1
− 4

    Preferences

    File browser
    Compare changes
  • b9718d83
    Remi Cresson
    COMP: use last OTBTF version (3.3.2), remove Mosaic fix · b9718d83
    Remi Cresson authored 2 years ago
Dockerfile
+ 1
− 4
  • View file @ b9718d83

  • Edit in single-file editor

  • Open in Web IDE


@@ -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
Assignee
Cresson Remi's avatar
Cresson Remi
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 Participants
Reference:
Source branch: 5-pyotb_update

Menu

Explore Projects Groups Topics Snippets