bgruening / docker-ipython-notebook

:whale: :microscope: :books: IPython running in a docker container. This image can be used to integrate IPython into Galaxy
MIT License
17 stars 9 forks source link

Consider other base images #58

Open hexylena opened 9 years ago

hexylena commented 9 years ago

Specifically I'd like to consider alpine linux which I recently heard about

Rationale:

hexylena commented 9 years ago

Played around with alpine today. Closing for now as this would conflict with the move to jupyter as python3 isn't supported on alpine yet. They additionally are missing other packages that just make life so much easier like pandoc

bgruening commented 9 years ago

Thanks @erasche

hexylena commented 8 years ago

alpine has py3, re-opening, will re-try. I've built a number of images from alpine and it's actually pretty stellar for small + fast builds.

dominicfollett commented 8 years ago

@erasche Have you had luck with using Jupyter Notebook on Alpine linux? I'd be interested to know what your results were like.

hexylena commented 8 years ago

@dominicfollett have not tried yet, my PI reallocated my time away from galaxy efforts temporarily.

dominicfollett commented 8 years ago

I'm going to give it a go this weekend, will let you know if I have any success. I did note however that Docker is moving over to Alpine which is quite promising.

bgruening commented 8 years ago

@dominicfollett this image is kind of deprecated as Galaxy is moving on to the Jupyter based image: https://github.com/bgruening/docker-jupyter-notebook This image is even bigger because we have installed a lot of languages with a base sci-stack into it.