From 057091f5fd6da49a9c2136839dedfef14cc74bf4 Mon Sep 17 00:00:00 2001 From: Forsythia-olive Date: Fri, 29 Nov 2024 19:32:23 -0800 Subject: [PATCH] Updated the deep check --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c637ef7..5d5c9ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock \ && mamba clean --all -y -f \ && fix-permissions "${CONDA_DIR}" \ && fix-permissions "/home/${NB_USER}" + +RUN pip install deepchecks==0.18.1 \ No newline at end of file