Files
docker-stacks/docs/using/recipe_code/rise_jupyterlab.dockerfile
2023-07-28 18:23:39 +04:00

7 lines
187 B
Docker

FROM jupyter/base-notebook
RUN mamba install --yes 'jupyterlab_rise' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"