jupyterhub-deploy-docker/examples/jupyterlab/Dockerfile
Michael Pilosov 37f78caac4 permissions.
2019-01-03 04:53:17 +00:00

11 lines
286 B
Docker
Executable File

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook:18e5563b7486
# Install jupyterlab
RUN conda install -c conda-forge jupyterlab
RUN jupyter serverextension enable --py jupyterlab --sys-prefix
USER jovyan