An image built on top of tiagopeixoto/graph-tool which includes pip, scanf and numba packages.
1.0K
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 .
Content type
Image
Digest
Size
1.2 GB
Last updated
over 6 years ago
docker pull ziggerzz/graph-tool-extra