This commit is contained in:
2024-08-02 21:22:46 +00:00
parent 6b84da949f
commit 14519259d8
10 changed files with 4228 additions and 1984 deletions
+7
View File
@@ -20,6 +20,13 @@ RUN pip install plotly
RUN pip install seaborn
RUN pip install statsmodels
RUN pip install scikit-learn
RUN pip install Arch
RUN pip install Quantlib
RUN pip install Backtrader
RUN pip install pyfolio
RUN pip install XGBoost
# Install additional applications
RUN apt update
RUN apt-get install graphviz -y