Skip to content

Commit

Permalink
Merge pull request #139 from IMMM-SFA/release
Browse files Browse the repository at this point in the history
shallow clone
  • Loading branch information
thurber authored Dec 26, 2024
2 parents 1af3c1a + 6a7c7a1 commit fd197b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM ghcr.io/msd-live/jupyter/python-notebook:latest

USER root

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

# Install msdbook data
RUN mkdir -p /opt/conda/lib/python3.11/site-packages/msdbook/data
RUN python -c 'from msdbook.install_supplement import install_package_data; install_package_data()'
RUN python -c 'from msdbook.install_supplement import install_package_data; install_package_data()'

0 comments on commit fd197b2

Please sign in to comment.