Skip to content

Instantly share code, notes, and snippets.

@minyk
Created December 14, 2016 02:28
Show Gist options
  • Save minyk/50f1c4c4fc9d0f4bc39526d349f6502b to your computer and use it in GitHub Desktop.
Save minyk/50f1c4c4fc9d0f4bc39526d349f6502b to your computer and use it in GitHub Desktop.
Dockerfile for Apache Zeppelin + Numpy + Scipy
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