IHaskell / ihaskell-notebook

IHaskell image for Jupyter Docker Stacks
MIT License
77 stars 9 forks source link

Build and use your own package #29

Open nickvgils opened 3 weeks ago

nickvgils commented 3 weeks ago

Would it be possible to copy and build my own project with stack via a Dockerfile and use it in the notebooks, instead of installing the packages from Hackage like the hmatrix example you provided?

jamesdbrock commented 3 weeks ago

Yeah I expect that would work well.

Either use this ihaskell-notebook published image as a BASE_CONTAINER in your Dockerfile, or copy the ihaskell-notebook Dockerfile and make your own changes to it. Then build your Dockerfile.