mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Move recipe Dockerfiles to separate files (#1953)
This commit is contained in:
10
docs/using/recipe_code/dask_jupyterlab.dockerfile
Normal file
10
docs/using/recipe_code/dask_jupyterlab.dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM jupyter/base-notebook
|
||||
|
||||
# Install the Dask dashboard
|
||||
RUN mamba install --yes 'dask-labextension' && \
|
||||
mamba clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
||||
# Dask Scheduler port
|
||||
EXPOSE 8787
|
Reference in New Issue
Block a user