From e1abaa83b27caa548b224ce16b8a337de2845470 Mon Sep 17 00:00:00 2001 From: Jeremy Douglass Date: Fri, 10 Aug 2018 15:19:25 -0700 Subject: [PATCH] Dockerfile: switch to generic python 3.7 stretch + pandas layer closes #14 "Dockerfile numpy-pandas dependecy" --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4077ec3..d1c767f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /