Skip to content

Commit

Permalink
Merge pull request #90 from NeelamRG/DockerFileBranch
Browse files Browse the repository at this point in the history
Adding the docker file with all python client dependencies as a quick start image
  • Loading branch information
nkarasiak authored Jul 23, 2024
2 parents ac205b7 + 9ae2ca2 commit 66859b8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM python:latest as firstBase

RUN apt-get update && apt-get install -y python3-pip gdal-bin libgdal-dev

RUN python3 -m pip install earthdaily








0 comments on commit 66859b8

Please sign in to comment.