diff --git a/Dockerfile b/Dockerfile index e5a512d..c1f5059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,8 @@ RUN mamba install -c esri arcgis arcgis-mapping -y && \ RUN pip install --upgrade pip setuptools wheel RUN pip install --upgrade nbconvert +RUN jupyter labextension install @wuxinextcode/jupyterlab-notebookparams + # RUN pip install "numpy<2" USER $NB_UID