1
0
mirror of https://github.com/IHaskell/IHaskell.git synced 2025-04-20 05:16:09 +00:00

Dockerfile: install jupyterlab

This commit is contained in:
Vaibhav Sagar 2021-09-15 14:30:29 +10:00
parent c01f75aa73
commit 7818a97985

@ -48,11 +48,11 @@ RUN mkdir /data && \
FROM ihaskell_base AS ihaskell
# Install Jupyter notebook
# Install JupyterLab
RUN apt-get update && \
apt-get install -y python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install -U jupyter
RUN pip3 install -U jupyterlab
# Create runtime user
ENV NB_USER jovyan