Skip to content

Instantly share code, notes, and snippets.

@Andrea-Scuderi
Last active January 15, 2022 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Andrea-Scuderi/a90c84cecaa50047a0efe3235e53365e to your computer and use it in GitHub Desktop.
Save Andrea-Scuderi/a90c84cecaa50047a0efe3235e53365e to your computer and use it in GitHub Desktop.
Dockerfile-emerge
FROM python:3.9.9-slim-buster
RUN apt-get -qq update
RUN apt-get install -qqy graphviz graphviz-dev gcc
RUN rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip
RUN pip install emerge-viz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment