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