From 262e137fe31e70bf785ccf8287dfdf4f64e8bdc8 Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <yamanu@xilinx.com>
Date: Wed, 4 Dec 2019 14:28:41 +0000
Subject: [PATCH] [Docker] add matplotlib

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 3d518b568..3f33ae8d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN rm requirements.txt
 RUN apt update; apt install nano
 RUN pip install jupyter
 RUN pip install netron
+RUN pip install matplotlib
 
 # 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