From 630c2a8293b2faeebede2f41a7a59993d6a887fa Mon Sep 17 00:00:00 2001 From: derek holloway Date: Tue, 17 Feb 2026 16:24:08 -0800 Subject: [PATCH] Add in new python imports to docker --- dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index d9974f10..d79828ea 100644 --- a/dockerfile +++ b/dockerfile @@ -62,7 +62,9 @@ RUN pip install --upgrade pip && \ pip install tensorflow \ fastparquet \ openpyxl \ - yfinance + yfinance \ + matplotlib \ + scikit-learn WORKDIR /app