From e2356a16576b01499785e39711b341a08d81e01b Mon Sep 17 00:00:00 2001 From: auphelia <jakobapk@web.de> Date: Wed, 4 Dec 2019 14:21:06 +0000 Subject: [PATCH] [Dockerfile] Added pip install netron --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9386126b8..3d518b568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN pip install -r requirements.txt RUN rm requirements.txt RUN apt update; apt install nano RUN pip install jupyter +RUN pip install netron # Note that we expect the cloned finn directory on the host to be # mounted on /workspace/finn -- see run-docker.sh for an example -- GitLab