Skip to content

Commit

Permalink
update dockerfile to merge run pip install, add pytest pinned version…
Browse files Browse the repository at this point in the history
…, update conda lock file
  • Loading branch information
kuo4230 committed Dec 12, 2024
1 parent d578a36 commit 5e37027
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 105 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"

RUN pip install deepchecks==0.18.1
RUN pip install altair_ally==0.1.1
RUN pip install deepchecks==0.18.1 altair_ally==0.1.1
Loading

0 comments on commit 5e37027

Please sign in to comment.