Skip to content

Commit

Permalink
Merge pull request #41 from UBC-MDS/susannah
Browse files Browse the repository at this point in the history
need help creating conda-lock and testing dockerfile build
  • Loading branch information
musiccabin authored Nov 29, 2024
2 parents f3b18be + f52d981 commit 419ae58
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 12,293 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM quay.io/jupyter/minimal-notebook:afe30f0c9ad8

COPY conda-linux-64.lock /tmp/conda-linux-64.lock

RUN mamba update --quiet --file /tmp/conda-linux-64.lock && \
mamba clean --all -y -f && \
pip install altair-ally==0.1.1 deepchecks==0.18.1 && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
Loading

0 comments on commit 419ae58

Please sign in to comment.