Skip to content

Instantly share code, notes, and snippets.

@wheresalice
Created September 7, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wheresalice/ff2ba6e5e03d9feaa7a45255267bb057 to your computer and use it in GitHub Desktop.
Save wheresalice/ff2ba6e5e03d9feaa7a45255267bb057 to your computer and use it in GitHub Desktop.
papermill dockerfile. This technically works, but since notebooks don't have a way of declaring dependencies this is almost certainly going to fail on most notebooks
FROM python:3
RUN pip install papermill ipykernel
VOLUME /tmp/workdir
WORKDIR /tmp/workdir
ENTRYPOINT ["papermill"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment