mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Move recipe Dockerfiles to separate files (#1953)
This commit is contained in:
6
docs/using/recipe_code/rise_jupyterlab.dockerfile
Normal file
6
docs/using/recipe_code/rise_jupyterlab.dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM jupyter/base-notebook
|
||||
|
||||
RUN mamba install --yes 'jupyterlab_rise' && \
|
||||
mamba clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
Reference in New Issue
Block a user