Skip to content

Commit

Permalink
install jupyterlab in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Apr 9, 2024
1 parent 44b876d commit 6a2c594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ RUN wget -nv https://github.com/GenomicsAotearoa/shell-for-bioinformatics/releas
&& rm -f /var/lib/shell4b_data.tar.gz \
&& chown -R root:root /var/lib/shell4b_data \
&& chmod -R o+rX /var/lib/shell4b_data

# install jupyterlab
RUN pip3 --no-cache-dir install jupyterlab

0 comments on commit 6a2c594

Please sign in to comment.