Skip to content
Snippets Groups Projects
Commit 32917a19 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds a binder Dockerfile.

parent 172862f7
No related branches found
No related tags found
No related merge requests found
FROM brunoe/jupyter-java-base:develop
COPY . ${HOME}/notebooks
USER root
RUN chown -R ${NB_UID} ${HOME}
USER ${NB_USER}
docker build --progress=plain -t brunoe/notebook-qs-java-base:develop .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment