Open yhan178 opened 11 months ago
For EDA part: RUN conda install -c conda-forge -c defaults -y \ seaborn=0.13.0
For our report, we need one more package myst_nb
as shown in Tiff's sample (https://github.com/ttimbers/breast_cancer_predictor_py/blob/main/report/breast_cancer_predictor_report.ipynb):
from myst_nb import glue
need packagejupyter-book
to build the jupyter book.
no package needed to add to Dockerfile on my end for the drop_split_preprocess.py
Added the following to Docker file
libtiff=4.6.0 pytest==7.4.3 myst-nb==1.0.0
myst-nb was downgraded to 0.17.2 instead
Update computational environment as you add dependencies to your project