Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Jun 17, 2024
1 parent e678e0d commit a6fd7eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM quay.io/jupyter/minimal-notebook

USER root

RUN apt update
RUN apt install -y graphviz
RUN apt install -y wget

RUN python -m pip install --upgrade pip
RUN python -m pip install naturf

RUN wget https://raw.githubusercontent.com/IMMM-SFA/naturf/main/notebooks/quickstarter.ipynb

RUN rm -rf work

0 comments on commit a6fd7eb

Please sign in to comment.