Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added exception for Sklearn
  • Loading branch information
EGI-ILM authored Jul 4, 2023
1 parent 5c8cb1b commit e38d830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion single-user-sobigdata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
#RUN jupyter labextension disable @jupyterlab/filebrowser-extension:share-file

0 comments on commit e38d830

Please sign in to comment.