ihaskell-notebook icon indicating copy to clipboard operation
ihaskell-notebook copied to clipboard

Build and use your own package

Open nickvgils opened this issue 1 year ago • 1 comments

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?

nickvgils avatar Sep 12 '24 09:09 nickvgils

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.

jamesdbrock avatar Sep 12 '24 13:09 jamesdbrock