This commit is contained in:
2024-06-15 00:04:59 +00:00
parent db4f5679ac
commit 3dc9d91e48
3 changed files with 1082 additions and 71 deletions
+2
View File
@@ -17,6 +17,8 @@ RUN pip install jupyterlab
RUN pip install pandas
RUN pip install numpy
RUN pip install plotly
RUN pip install seaborn
RUN pip install statsmodels
# Install additional applications
RUN apt update