Created
December 14, 2016 02:28
-
-
Save minyk/50f1c4c4fc9d0f4bc39526d349f6502b to your computer and use it in GitHub Desktop.
Dockerfile for Apache Zeppelin + Numpy + Scipy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM dit4c/dit4c-container-zeppelin:latest | |
RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories | |
RUN apk add --update python-dev gfortran build-base py-numpy@community py-scipy@testing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment