From 2053dc9ac3e27a8e29cad6b80d7a5051c2371fb2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2024 08:22:17 -0700 Subject: [PATCH] add matplotlib, not getting done by lake for some reason --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 424bd85a..43be5e0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,6 +94,7 @@ RUN source bin/activate && \ pip install systemrdl-compiler peakrdl-html && \ pip install packaging && \ pip install importlib_resources && \ + pip install matplotlib && \ echo DONE # Pono