Add in new python imports to docker

This commit is contained in:
derek holloway
2026-02-17 16:24:08 -08:00
parent d15e8bb738
commit 630c2a8293
+3 -1
View File
@@ -62,7 +62,9 @@ RUN pip install --upgrade pip && \
pip install tensorflow \
fastparquet \
openpyxl \
yfinance
yfinance \
matplotlib \
scikit-learn
WORKDIR /app