Skip to content

Commit

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

# copy hydroshare on jupyter config file
Expand Down
2 changes: 1 addition & 1 deletion singleuser/si-2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1 && \
RUN pip install git+https://github.com/hydroshare/[email protected].2 && \
python -m hydroshare_on_jupyter configure
# ----------------------------------

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

RUN pip install jupyterhub==3.1.1
Expand Down
2 changes: 1 addition & 1 deletion singleuser/si-2023/python/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1 && \
#RUN pip install git+https://github.com/hydroshare/[email protected].2 && \
# python -m hydroshare_on_jupyter configure
#
## copy hydroshare on jupyter config file
Expand Down

0 comments on commit f23e0a7

Please sign in to comment.