Skip to content

Commit

Permalink
[USGS-R#7] add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadler2 committed Apr 4, 2022
1 parent eb56e45 commit 91878c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3

COPY requirements.txt ./

RUN apt-get update
RUN apt-get install -y libgdal-dev
RUN pip install --no-cache-dir -r requirements.txt

0 comments on commit 91878c5

Please sign in to comment.