On Mon, Jun 27, 2016 at 12:26 PM, Sartaj Singh <[email protected]> wrote:
> Hi,
>
> I was playing around with docker. It occurred to me that it will be nice to
> have an official sympy docker image. This could be useful in the tutorials
> as people are not expected to install anything but just pull the image. I
> tried to google and find if there is a sympy image already but I couldn't
> find much. Do we want something like this? Let me know if it's a good idea.
> I can go ahead and make an image for sympy.


I think that's a good idea. I think all we have to have is a
Dockerfile and then setup the docker hub to always automatically
rebuild it when we push to master. And in addition, test the
Dockerfile with each PR on Travis, to make sure it actually builds.

In the dockerfile, we can have a reasonable minimal installation of
jupyter notebook + libraries like matplotlib, scipy, numpy, etc.,
probably via conda. So that it's ready to be used.

On the other hand, I think it's pretty simple to install sympy using
conda, so perhaps it's not needed. Either way is fine with me.

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CADDwiVBRMOhc-9RBHEbRGNj7nANW76AWmaQ8Jf_HTwFZoTjwrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to