From c772a6fc33990788622cedc1d1c6ecfece1c189e Mon Sep 17 00:00:00 2001 From: Riddhi Battu Date: Sun, 7 Apr 2024 14:23:41 -0700 Subject: [PATCH] fixing changes according to feedback from milestone 2 --- .gitignore | 5 +++++ Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b5f1bc..3b62244 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,8 @@ src/eda. # exlucde qurto yml _quarto.yml +# Exclude .ipython +.ipython/profile_default/startup + +# Exclude local share +.local/share \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 16e2922..ed63c90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN conda install -y \ nbconvert=7.16.2 \ numpy=1.26.4 \ pandas=2.2.1 \ - pip>=23.2.1 \ + pip=23.2.1 \ scikit-learn=1.4.1.post1 \ scipy=1.12.0 \ seaborn=0.13.2 \