Skip to content

Commit

Permalink
Run pip install deepchecks==0.18.1- added to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
merari95 committed Dec 1, 2024
1 parent 8ae2b6d commit 9ba0819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock
RUN mamba clean --all -y -f

RUN fix-permissions "${CONDA_DIR}"
RUN fix-permissions "/home/${NB_USER}"
RUN fix-permissions "/home/${NB_USER}"

RUN pip install deepchecks==0.18.1

0 comments on commit 9ba0819

Please sign in to comment.