Commit 7818a979 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Dockerfile: install jupyterlab

parent c01f75aa
...@@ -48,11 +48,11 @@ RUN mkdir /data && \ ...@@ -48,11 +48,11 @@ RUN mkdir /data && \
FROM ihaskell_base AS ihaskell FROM ihaskell_base AS ihaskell
# Install Jupyter notebook # Install JupyterLab
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python3-pip && \ apt-get install -y python3-pip && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN pip3 install -U jupyter RUN pip3 install -U jupyterlab
# Create runtime user # Create runtime user
ENV NB_USER jovyan ENV NB_USER jovyan
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment