cynkra / rig-ubuntu-igraph

Ubuntu image for igraph development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rig-ubuntu-igraph

A Docker image based on cynkra/rig-ubuntu for development of igraph, built daily at 1:00 UTC.

Usage

docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/cynkra/rig-ubuntu-igraph:main

This mounts the current working directory at ~/workspace, which is also initial starting directory of the image.

In a Dockerfile

FROM ghcr.io/cynkra/rig-ubuntu-igraph:main

About

Ubuntu image for igraph development


Languages

Language:Dockerfile 100.0%