Skip to content

Commit

Permalink
Comment out hydroshare_on_jupyter installation in multiple Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Feb 25, 2025
1 parent f23e0a7 commit 03e9964
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions singleuser/base/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ 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/[email protected] && \
python -m hydroshare_on_jupyter configure
# RUN pip install git+https://github.com/hydroshare/[email protected] && \
# python -m hydroshare_on_jupyter configure

# copy hydroshare on jupyter config file
ENV DATA=${HOME}/downloads \
Expand Down
2 changes: 1 addition & 1 deletion singleuser/si-2022/Dockerfile.conda
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN pip install \
hsclient \
nbserverproxy \
nbresuse \
hydroshare_on_jupyter \
# hydroshare_on_jupyter \
ulmo \
pynhd \
dataretrieval \
Expand Down
4 changes: 2 additions & 2 deletions singleuser/si-2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ 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/[email protected] && \
python -m hydroshare_on_jupyter configure
# RUN pip install git+https://github.com/hydroshare/[email protected] && \
# python -m hydroshare_on_jupyter configure
# ----------------------------------


Expand Down
4 changes: 2 additions & 2 deletions singleuser/si-2023/gpu/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ 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/[email protected] && \
python -m hydroshare_on_jupyter configure
# RUN pip install git+https://github.com/hydroshare/[email protected] && \
# python -m hydroshare_on_jupyter configure

RUN pip install jupyterhub==3.1.1
#RUN pip install jupyterhub==1.*
Expand Down

0 comments on commit 03e9964

Please sign in to comment.