Commit 4171d230 authored by Remi Cresson's avatar Remi Cresson
Browse files

DOC: docker image version example

parent 179d0f71
1 merge request!7FIX: follow API changes in pyotb
Showing with 1 addition and 1 deletion
+1 -1
# Decloud dockerfile # Decloud dockerfile
# To build the docker image for cpu, do the following: # To build the docker image for cpu, do the following:
# #
# docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf3.0:cpu-basic-dev" . # docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf3.3.2:cpu-dev" .
# #
ARG BASE_IMAGE=mdl4eo/otbtf3.3.2:gpu-dev ARG BASE_IMAGE=mdl4eo/otbtf3.3.2:gpu-dev
FROM $BASE_IMAGE FROM $BASE_IMAGE
......
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