Skip to content

Commit

Permalink
Updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor authored Sep 16, 2021
1 parent dfa4897 commit 752f1bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ RUN pip install nbtools==21.9.0b1

RUN pip install igv-jupyter && jupyter lab build

#############################################
## $NB_USER ##
## Add all example notebooks ##
#############################################

RUN mkdir /home/jovyan/examples
COPY ./examples /home/jovyan/examples

#############################################
## $NB_USER ##
## Launch lab by default ##
Expand Down

0 comments on commit 752f1bb

Please sign in to comment.