Skip to content

Commit

Permalink
Merge pull request #132 from IMMM-SFA/hotfix/dev-dockerfile
Browse files Browse the repository at this point in the history
setuptools in dockerfile
  • Loading branch information
thurber authored Dec 5, 2024
2 parents 25c7980 + be7cb7a commit 83e15c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/msd-live/jupyter/python-notebook:latest
USER root

RUN git clone --depth=1 --branch=dev https://github.com/IMMM-SFA/msd_uncertainty_ebook.git msd_uncertainty_ebook
RUN cd msd_uncertainty_ebook && pip install .
RUN cd msd_uncertainty_ebook && pip install setuptools && pip install .

# Now create a symlinked data folder inside the msdbook package that links to /bucket/data folder
RUN mkdir -p /bucket/data
Expand Down

0 comments on commit 83e15c3

Please sign in to comment.