Skip to content

Commit

Permalink
Dockerfile: switch to generic python 3.7 stretch + pandas layer
Browse files Browse the repository at this point in the history
closes #14 "Dockerfile numpy-pandas dependecy"
  • Loading branch information
jeremydouglass committed Aug 11, 2018
1 parent 1f7c740 commit c077cd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM jjuanda/numpy-pandas
FROM python:3.7.0-stretch
# @sha256:825141134528aa58f1c0c6c7ad02e080968847338506c23c14a063ac6645bca5

# Install base requirements for a numpy / pandas
RUN pip install cython \
&& pip install pandas

WORKDIR /

Expand Down

0 comments on commit c077cd7

Please sign in to comment.