diff --git a/images/arcgis-pangeo/Dockerfile b/images/arcgis-pangeo/Dockerfile index 4508577..684aa2a 100644 --- a/images/arcgis-pangeo/Dockerfile +++ b/images/arcgis-pangeo/Dockerfile @@ -5,7 +5,7 @@ FROM openscapes/python:f577786 USER ${NB_USER} -RUN conda --name notebook remove jupyterlab-link-share +RUN conda remove jupyterlab-link-share --name notebook #RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' 'conda=22.9.0' && \ # conda clean --all -f -y