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