Skip to content

Commit

Permalink
edited Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrizzell01 committed Nov 26, 2024
1 parent 1804542 commit 630c2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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 \
&& fix-permissions "${CONDA_DIR}" \
Expand Down

0 comments on commit 630c2c4

Please sign in to comment.