Dockerfile: install notebook

This commit is contained in:
Vaibhav Sagar 2022-07-20 10:04:05 +10:00
parent 5c0b51d744
commit 0e7b49a292

View File

@ -52,7 +52,7 @@ FROM ihaskell_base AS ihaskell
RUN apt-get update && \
apt-get install -y python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install -U jupyterlab
RUN pip3 install -U jupyterlab notebook
# Create runtime user
ENV NB_USER jovyan