bgruening / galaxy-ipython

:microscope::books: IPython Integration into Galaxy
MIT License
31 stars 14 forks source link

New packages to consider adding #5

Closed hexylena closed 10 years ago

hexylena commented 10 years ago
bgruening commented 10 years ago

Hi,

I have added these in my local branch and probably will also add sympy. Once the dust as settled a little bit I will push an update / rebuild the image and integrate tagged images. So we can couple images to galaxy-ipython releases.

hexylena commented 10 years ago

Sounds like a good plan!

bgruening commented 10 years ago

Pushed and it is building right now. Hopefully it goes through. Just as note for the future, you can install any additional library from inside of the docker container with pip or even with apt-get. We will try to add the most common libraries, but not all to keep the container size small.

hexylena commented 10 years ago

Perhaps we should add some logging in to our container? It would be nice to know which packages get used and which do not get used so we could make intelligent decisions as to what should and should not be in the container. Perhaps something like how firefox asks on first run if you'd like to opt-in to their telemetry, then they collect anonymous metrics on how you're using the container.

hexylena commented 10 years ago

Moving to a new issue