diff --git a/single-user-sobigdata/Dockerfile b/single-user-sobigdata/Dockerfile index 6e49263d..64320b75 100644 --- a/single-user-sobigdata/Dockerfile +++ b/single-user-sobigdata/Dockerfile @@ -24,6 +24,8 @@ RUN apt-get update \ USER $NB_UID +ARG SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True + RUN mamba install -y --quiet \ basemap \ beakerx \ @@ -115,4 +117,4 @@ RUN pip install --no-cache-dir \ # ------------------------------- #RUN jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor -#RUN jupyter labextension disable @jupyterlab/filebrowser-extension:share-file \ No newline at end of file +#RUN jupyter labextension disable @jupyterlab/filebrowser-extension:share-file