Skip to content

Commit

Permalink
Merge pull request #44 from IMMM-SFA/dev
Browse files Browse the repository at this point in the history
Add dockerfile for deploy
  • Loading branch information
crvernon authored Jun 15, 2022
2 parents 4ed8239 + c60da4e commit 9c13142
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM jupyter/minimal-notebook:2022-05-03

USER root

RUN git clone https://github.com/IMMM-SFA/msd_uncertainty_ebook.git msd_uncertainty_ebook
RUN cd msd_uncertainty_ebook && pip install .

0 comments on commit 9c13142

Please sign in to comment.