Hi rdkitters,

New release of Docker is
available<http://blog.docker.io/2013/11/docker-0-7-docker-now-runs-on-any-linux-distribution/>and
it brings one very impotant improvement - it runs on any linux
distribution (as long as the kernel is 3.8 or later). I updated "RDKit
Dockerfile <https://gist.github.com/samoturk/6669650>" so it builds
everything on top of Ubuntu 13.10 base image. To build the container do:
"git clone https://gist.github.com/6669650.git ."
"mv Dockerfile-rdkit Dockerfile"
"sudo docker build -t rdkit ."

Run it with:
"sudo docker run -p 127.0.0.1:8889:8888 rdkit"
and IPython notebook will be available on http://127.0.0.1:8889/

Regards,
Samo


On Tue, Sep 24, 2013 at 9:08 AM, <[email protected]> wrote:

>
> I also highly appreciate your efforts!
>
>
> Cheers,
> Paul
>
>
> > Stuff like this that makes it easier for people to access/use the
> > RDKit is great!
> >
> > The more options we have the better.
> >
> > Many thanks to you guys for looking into this stuff. :-)
> >
> > -greg
> >
> >
>
> > Interesting stuff, looks promising!
> > Got pulled in so I created a Dockerfile that builds an image with
> > rdkit, ipython and matplotlib. Once the image is built it runs
> > ipython notebook server. You can find the source here: https://
> > gist.github.com/samoturk/6669650
> > Just follow instructions in the first few lines of the Dockerfile to
> > build and run it..
> >
> > Regards,
> > Samo
> >
>
>
>
> This message and any attachment are confidential and may be privileged or
> otherwise protected from disclosure. If you are not the intended recipient,
> you must not copy this message or attachment or disclose the contents to
> any other person. If you have received this transmission in error, please
> notify the sender immediately and delete the message and any attachment
> from your system. Merck KGaA, Darmstadt, Germany and any of its
> subsidiaries do not accept liability for any omissions or errors in this
> message which may arise as a result of E-Mail-transmission or for damages
> resulting from any unauthorized changes of the content of this message and
> any attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
> subsidiaries do not guarantee that this message is free of viruses and does
> not accept liability for any damages caused by any virus transmitted
> therewith.
>
> Click http://www.merckgroup.com/disclaimer to access the German, French,
> Spanish and Portuguese versions of this disclaimer.
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> Rdkit-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to