-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment out hydroshare_on_jupyter installation in multiple Dockerfiles
- Loading branch information
1 parent
f23e0a7
commit 03e9964
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# ---------------------------------- | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.* | ||
|