Skip to content

Commit

Permalink
add dockerfile for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Jun 15, 2022
1 parent ed757ae commit c60da4e
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 c60da4e

Please sign in to comment.