diff --git a/Dockerfile b/Dockerfile index c2debd3b41275b3c5a29c812dd754ff1012b638f..43814a853dac96e115b205194b04b404e355a64c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # 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" diff --git a/docker/requirements.txt b/docker/requirements.txt index 6ba662b7a60fce0d5db86b33086516d5011248d3..5fba53cefd1e01d11e16b8ea9d4d771a58329a48 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,4 +3,4 @@ matplotlib pytest pytest-cov pydot -pyotb +pyotb==1.5.3