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
  • !10

Update Dockerfile

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cresson Remi requested to merge update_dockerfile into master 1 year ago
  • Overview 0
  • Commits 9
  • Pipelines 5
  • Changes 2
Compare
  • version 4
    fa5d0141
    1 year ago

  • version 3
    70a70fee
    1 year ago

  • version 2
    3c13b9d7
    1 year ago

  • version 1
    dae952dc
    1 year ago

  • master (base)

and
  • latest version
    671879f3
    9 commits, 1 year ago

  • version 4
    fa5d0141
    6 commits, 1 year ago

  • version 3
    70a70fee
    3 commits, 1 year ago

  • version 2
    3c13b9d7
    2 commits, 1 year ago

  • version 1
    dae952dc
    1 commit, 1 year ago

2 files
+ 4
− 4

    Preferences

    File browser
    Compare changes
.gitlab-ci.yml
+ 2
− 2
  • View file @ 3c13b9d7

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,8 +4,8 @@ variables:
GPU_IMAGE_NAME: $CI_REGISTRY_IMAGE:gpu
DOCKER_BUILDKIT: 1
DOCKER_DRIVER: overlay2
CPU_BASE_IMAGE: gitlab-registry.irstea.fr/remi.cresson/otbtf:3.3.2-cpu-dev
GPU_BASE_IMAGE: gitlab-registry.irstea.fr/remi.cresson/otbtf:3.3.2-gpu-dev
CPU_BASE_IMAGE: gitlab-registry.irstea.fr/remi.cresson/otbtf:4.1.0-cpu-dev
GPU_BASE_IMAGE: gitlab-registry.irstea.fr/remi.cresson/otbtf:4.1.0-gpu-dev
workflow:
rules:
Dockerfile
+ 2
− 2
  • View file @ 3c13b9d7

  • Edit in single-file editor

  • Open in Web IDE


# Decloud dockerfile
# To build the docker image for cpu, do the following:
#
# docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf:3.3.2-cpu-dev" .
# docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf:4.1.0-cpu-dev" .
#
ARG BASE_IMAGE=mdl4eo/otbtf:3.3.2-gpu-dev
ARG BASE_IMAGE=mdl4eo/otbtf:4.1.0-gpu-dev
FROM $BASE_IMAGE
LABEL description="Decloud docker image"
LABEL maintainer="Remi Cresson [at] inrae [dot] fr"
0 Assignees
None
Assign to
0 Reviewers
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
Lock merge request
Unlocked
1
1 Participant
Cresson Remi
Reference:
Source branch: update_dockerfile

Menu

Explore Projects Groups Topics Snippets