Skip to content

Commit

Permalink
Merge pull request #131 from IMMM-SFA/hotfix/dev-dockerfile
Browse files Browse the repository at this point in the history
update to use msdlive base docker image
  • Loading branch information
thurber authored Dec 5, 2024
2 parents e082a1a + 5479af7 commit 25c7980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/minimal-notebook:2022-05-03
FROM ghcr.io/msd-live/jupyter/python-notebook:latest

USER root

Expand All @@ -7,5 +7,5 @@ RUN cd msd_uncertainty_ebook && pip install .

# Now create a symlinked data folder inside the msdbook package that links to /bucket/data folder
RUN mkdir -p /bucket/data
RUN rm -rf /opt/conda/lib/python3.9/site-packages/msdbook/data
RUN ln -s /bucket/data /opt/conda/lib/python3.9/site-packages/msdbook/data
RUN rm -rf /opt/conda/lib/python3.11/site-packages/msdbook/data
RUN ln -s /bucket/data /opt/conda/lib/python3.11/site-packages/msdbook/data

0 comments on commit 25c7980

Please sign in to comment.