Commit 764bdfea authored by Vaibhav Sagar's avatar Vaibhav Sagar

Dockerfile: generate config for Jupyter

parent ab98e1b1
......@@ -59,4 +59,5 @@ RUN stack build && stack install
ENV PATH $(stack path --local-install-root)/bin:$(stack path --snapshot-install-root)/bin:$(stack path --compiler-bin):/home/${NB_USER}/.local/bin:${PATH}
RUN ihaskell install --stack
WORKDIR ${HOME}
RUN jupyter notebook --generate-config
CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment