mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Dockerfile: install notebook
This commit is contained in:
parent
5c0b51d744
commit
0e7b49a292
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user