diff --git a/Dockerfile b/Dockerfile index 4077ec3..693ec35 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 /