From 23f07ffbdd58db4f0f7ce66949b141acbccb3d15 Mon Sep 17 00:00:00 2001 From: kuo4230 <42584890+kuo4230@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:16:54 -0800 Subject: [PATCH] fix spelling --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5ca425..8d22f5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,5 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock \ && fix-permissions "${CONDA_DIR}" \ && fix-permissions "/home/${NB_USER}" -RUN pip install deep_checks==0.18.1 +RUN pip install deepchecks==0.18.1 RUN pip install altair_ally==0.1.1 \ No newline at end of file