From 76693a6fd6fd833aa328bbf96ae15da21fca9eca Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:52:26 -0400 Subject: [PATCH] try to add some common packages --- ottr_python/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ottr_python/Dockerfile b/ottr_python/Dockerfile index 439628c..917b30c 100644 --- a/ottr_python/Dockerfile +++ b/ottr_python/Dockerfile @@ -4,3 +4,7 @@ LABEL maintainer="cansav09@gmail.com" # Install python RUN apt-get -y --no-install-recommends install \ python3-pip python3-dev + +# Install some python packages +RUN pip3 install \ + numpy matplotlib pandas seaborn plotnine scikit-learn scipy