Skip to content

Commit

Permalink
Merge pull request #40 from gurmehak/docker
Browse files Browse the repository at this point in the history
Docker
  • Loading branch information
merari95 authored Nov 27, 2024
2 parents b33df44 + 2d2ed45 commit a117f29
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 32 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
RUN mamba clean --all -y -f
RUN fix-permissions "${CONDA_DIR}"
RUN fix-permissions "/home/${NB_USER}"
Loading

0 comments on commit a117f29

Please sign in to comment.