Commit abc08007 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Dockerfile: no need to set GHC_PACKAGE_PATH

parent a93fdb8d
......@@ -56,7 +56,6 @@ USER ${NB_UID}
RUN stack build && stack install
# Run the notebook
ENV GHC_PACKAGE_PATH $(stack path --ghc-package-path)
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}
......
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