From 032538224e8dcdb234805fc60b885e8cb87d1d9f Mon Sep 17 00:00:00 2001 From: jordancaraballo Date: Fri, 26 Jan 2024 12:49:04 -0500 Subject: [PATCH] Adding Dockerfiles --- requirements/Dockerfile | 8 ++------ requirements/Dockerfile.dev | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/requirements/Dockerfile b/requirements/Dockerfile index 10a40ae..054f95c 100644 --- a/requirements/Dockerfile +++ b/requirements/Dockerfile @@ -1,11 +1,7 @@ FROM nasanccs/tensorflow-caney:latest -LABEL maintainer="jordan.a.caraballo-vega@nasa.gov" +LABEL maintainer="email_here" -ENV TFC_VERSION=0.1.1 -ENV VHR_CLOUDMASK_VERSION=main - -RUN pip install git+https://github.com/dshean/pygeotools.git@master \ - git+https://github.com/nasa-nccs-hpda/vhr-cloudmask.git@main +RUN pip install git+https://github.com/dshean/pygeotools.git@master planet HEALTHCHECK NONE ENTRYPOINT [""] diff --git a/requirements/Dockerfile.dev b/requirements/Dockerfile.dev index 10a40ae..054f95c 100644 --- a/requirements/Dockerfile.dev +++ b/requirements/Dockerfile.dev @@ -1,11 +1,7 @@ FROM nasanccs/tensorflow-caney:latest -LABEL maintainer="jordan.a.caraballo-vega@nasa.gov" +LABEL maintainer="email_here" -ENV TFC_VERSION=0.1.1 -ENV VHR_CLOUDMASK_VERSION=main - -RUN pip install git+https://github.com/dshean/pygeotools.git@master \ - git+https://github.com/nasa-nccs-hpda/vhr-cloudmask.git@main +RUN pip install git+https://github.com/dshean/pygeotools.git@master planet HEALTHCHECK NONE ENTRYPOINT [""]