From 207ec954c4520827089185e3cac300ccec24e1e7 Mon Sep 17 00:00:00 2001 From: Jacob Williamson Date: Wed, 27 Nov 2024 14:37:25 +0000 Subject: [PATCH] Adding pandas to container --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 436c12af..d41eb719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,8 @@ RUN pip3 install \ # For cocotb RUN pip3 install \ coverage \ - vhdeps + vhdeps \ + pandas # Create config file for dls-rootfs RUN bash scripts/config-file-rootfs.sh