From d9f753c83a6b508527f24b22845c393dd7a3c04e Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Wed, 20 Mar 2024 10:32:53 -0500 Subject: [PATCH] Updated Dockerfile https://github.com/2i2c-org/awi-ciroh-image/issues/50 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ea8ace..fcd1034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ RUN pip install nb_black==1.0.5 #RUN pip3 install numpy pandas xarray netcdf4 joblib toolz pyyaml Cython # Install nbfetch for hydroshare -RUN pip install -U --no-cache-dir --upgrade-strategy only-if-needed git+https://github.com/hydroshare/nbfetch.git@master +RUN pip install -U --no-cache-dir --upgrade-strategy only-if-needed git+https://github.com/hydroshare/nbfetch.git@hspuller-auth # enable jupyter_server extension RUN jupyter server extension enable --py nbfetch --sys-prefix