Matt,

Here is another Dockerfile, if you need to have Graphtool on Ubuntu.


Regards,

Vaggelis


FROM ubuntu:xenial

RUN apt-get update

USER root

RUN echo "deb http://downloads.skewed.de/apt/xenial xenial universe" >>
/etc/apt/sources.list

RUN echo "deb-src http://downloads.skewed.de/apt/xenial xenial universe" >>
/etc/apt/sources.list



RUN apt-get update



RUN apt-key adv --keyserver pgp.skewed.de --recv-key 612DEFB798507F25



RUN apt-key list

RUN cat /etc/apt/sources.list



RUN apt-get update

RUN apt-get -y --allow-unauthenticated install python3-graph-tool

RUN apt-get -y --allow-unauthenticated install python3-pip

RUN pip3 install pandas

RUN pip3 install pyproj

RUN pip3 install mpmath

RUN pip3 install cffi

RUN pip3 install cairocffi

RUN apt-get -y install libcanberra-gtk3-module

On Wed, Jul 26, 2017 at 9:14 AM, Tiago de Paula Peixoto <[email protected]>
wrote:

> On 26.07.2017 17:10, matthewcampbell wrote:
> > So the docker file is not in the source code git repo or in the
> > documentation. Can you please just add the "Dockerfile" to the main repo.
>
> No, this is distribution related stuff, and does not belong to the main
> repository.
>
> As I already mentioned, I already put a link to it in the wiki:
>
> https://git.skewed.de/count0/graph-tool/wikis/Installation-instructions
>
> --
> Tiago de Paula Peixoto <[email protected]>
>
>
> _______________________________________________
> graph-tool mailing list
> [email protected]
> https://lists.skewed.de/mailman/listinfo/graph-tool
>
>
_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to