From f23e0a7e229cf6fb6c647c1759f72c1892611c5a Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Mon, 24 Feb 2025 19:24:47 -0500 Subject: [PATCH] Update hydroshare_on_jupyter installation to version 0.2.2 in multiple Dockerfiles --- singleuser/base/Dockerfile.base | 2 +- singleuser/si-2023/Dockerfile | 2 +- singleuser/si-2023/gpu/Dockerfile.gpu | 2 +- singleuser/si-2023/python/Dockerfile.python | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/singleuser/base/Dockerfile.base b/singleuser/base/Dockerfile.base index 8114483..45e9727 100644 --- a/singleuser/base/Dockerfile.base +++ b/singleuser/base/Dockerfile.base @@ -76,7 +76,7 @@ ENV HOME=/home/$NB_USER/data \ RUN echo 'cd $HOME' >> .profile # install and configure hydroshare on jupyter -RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.1 && \ +RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.2 && \ python -m hydroshare_on_jupyter configure # copy hydroshare on jupyter config file diff --git a/singleuser/si-2023/Dockerfile b/singleuser/si-2023/Dockerfile index 7196fbc..3936c7a 100644 --- a/singleuser/si-2023/Dockerfile +++ b/singleuser/si-2023/Dockerfile @@ -129,7 +129,7 @@ ENV DASK_DISTRIBUTED__DASHBOARD__LINK="proxy/{port}/status" RUN jupyter server extension enable --py nbfetch --sys-prefix # install and configure hydroshare on jupyter -RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.1 && \ +RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.2 && \ python -m hydroshare_on_jupyter configure # ---------------------------------- diff --git a/singleuser/si-2023/gpu/Dockerfile.gpu b/singleuser/si-2023/gpu/Dockerfile.gpu index 769571f..af4c5a4 100644 --- a/singleuser/si-2023/gpu/Dockerfile.gpu +++ b/singleuser/si-2023/gpu/Dockerfile.gpu @@ -105,7 +105,7 @@ ENV DASK_DISTRIBUTED__DASHBOARD__LINK="proxy/{port}/status" RUN jupyter server extension enable --py nbfetch --sys-prefix # install and configure hydroshare on jupyter -RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.1 && \ +RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.2 && \ python -m hydroshare_on_jupyter configure RUN pip install jupyterhub==3.1.1 diff --git a/singleuser/si-2023/python/Dockerfile.python b/singleuser/si-2023/python/Dockerfile.python index f62d8b8..6103c51 100644 --- a/singleuser/si-2023/python/Dockerfile.python +++ b/singleuser/si-2023/python/Dockerfile.python @@ -95,7 +95,7 @@ RUN pip install -U --no-cache-dir --upgrade-strategy only-if-needed git+https:// ## install and configure hydroshare on jupyter -#RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.1 && \ +#RUN pip install git+https://github.com/hydroshare/hydroshare_on_jupyter.git@0.2.2 && \ # python -m hydroshare_on_jupyter configure # ## copy hydroshare on jupyter config file