Sign inSign up

ziggerzz/graph-tool-extra

By ziggerzz

•Updated over 6 years ago

An image built on top of tiagopeixoto/graph-tool which includes pip, scanf and numba packages.

Image
0

1.0K

ziggerzz/graph-tool-extra repository overview

This image includes pip⁠, scanf⁠ and numba⁠.
It is built on top of tiagopeixoto/graph-tool⁠.

To run Jupyter notebook use

docker run -p 8888:8888 -p 6006:6006 -it -u user -w /home/user graph-tool-extra:latest jupyter notebook --ip 0.0.0.0

For more instructions refer to Instructions⁠ (don't forget to replace tiagopeixoto/graph-tool by ziggerzz/graph-tool-extra).

If you need to install another Python package, create an image with the following Dockerfile template:

FROM ziggerzz/graph-tool-extra:latest
RUN pip install needed_package

And then build it by executing the following command in the terminal from the directory with your Dockerfile:

docker build -t graph-tool-extra-custom:v1 .

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

over 6 years ago

docker pull ziggerzz/graph-tool-extra