From d9a9faa3b4c4eb6a86692d17eaf9911de9ba5934 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Sat, 16 Mar 2024 17:51:42 +0100 Subject: [PATCH] Single out bokeh dependency --- binder/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/Dockerfile b/binder/Dockerfile index 9a3228a..4f9055c 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -33,8 +33,9 @@ RUN ${PIP} install --no-cache-dir \ nteract_on_jupyter # OGGM(-Hub) requirements -RUN ${PIP} install --no-cache-dir --no-binary scikit-learn \ +RUN ${PIP} install --no-cache-dir --no-binary scikit-learn,pyct \ scikit-learn \ + pyct \ ipympl && \ ${PIP} install --no-cache-dir --no-binary :all: --only-binary jupyterlab-pygments \ nbgitpuller \ @@ -42,7 +43,6 @@ RUN ${PIP} install --no-cache-dir --no-binary scikit-learn \ graphviz \ bokeh \ param \ - pyct \ shapely \ parambokeh \ seaborn \