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

Merge branch 'fix_docker_build' into 'master'

Update Dockerfile

See merge request !9
1 merge request!9Update Dockerfile
Pipeline #48724 passed with stages
in 44 minutes and 16 seconds
Showing with 3 additions and 3 deletions
+3 -3
# Decloud dockerfile
# To build the docker image for cpu, do the following:
#
# docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf3.3.2:cpu-dev" .
# docker build --build-arg "BASE_IMAGE=mdl4eo/otbtf:3.3.2-cpu-dev" .
#
ARG BASE_IMAGE=mdl4eo/otbtf3.3.2:gpu-dev
ARG BASE_IMAGE=mdl4eo/otbtf:3.3.2-gpu-dev
FROM $BASE_IMAGE
LABEL description="Decloud docker image"
LABEL maintainer="Remi Cresson [at] inrae [dot] fr"
......
......@@ -3,4 +3,4 @@ matplotlib
pytest
pytest-cov
pydot
pyotb
pyotb==1.5.3
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