Skip to content

Commit

Permalink
Adding Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Jan 26, 2024
1 parent 0f6fa6a commit 0325382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions requirements/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM nasanccs/tensorflow-caney:latest
LABEL maintainer="[email protected]"
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 [""]
8 changes: 2 additions & 6 deletions requirements/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM nasanccs/tensorflow-caney:latest
LABEL maintainer="[email protected]"
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 [""]

0 comments on commit 0325382

Please sign in to comment.