Skip to content

Commit

Permalink
Update nbrsessionproxy + nbserverproxy version (#11)
Browse files Browse the repository at this point in the history
- Install from pypi rather than git
- Also bump nbserverproxy version to account for a small fix
  • Loading branch information
yuvipanda authored and cboettig committed Nov 6, 2017
1 parent 8d11a92 commit adc0c9f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 3.3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN python3 -m venv ${VENV_DIR} && \
pip3 install pip==9.0.1 && \
pip3 install --no-cache-dir \
notebook==5.2 \
nbserverproxy==0.3 \
git+https://github.com/jupyterhub/nbrsessionproxy.git@6eefeac11cbe82432d026f41a3341525a22d6a0b && \
nbserverproxy==0.3.1 \
nbrsessionproxy==0.3.1 && \
jupyter serverextension enable --sys-prefix --py nbserverproxy && \
jupyter serverextension enable --sys-prefix --py nbrsessionproxy && \
jupyter nbextension install --sys-prefix --py nbrsessionproxy && \
Expand Down
4 changes: 2 additions & 2 deletions 3.3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN python3 -m venv ${VENV_DIR} && \
pip3 install pip==9.0.1 && \
pip3 install --no-cache-dir \
notebook==5.2 \
nbserverproxy==0.3 \
git+https://github.com/jupyterhub/nbrsessionproxy.git@6eefeac11cbe82432d026f41a3341525a22d6a0b && \
nbserverproxy==0.3.1 \
nbrsessionproxy==0.3.1 && \
jupyter serverextension enable --sys-prefix --py nbserverproxy && \
jupyter serverextension enable --sys-prefix --py nbrsessionproxy && \
jupyter nbextension install --sys-prefix --py nbrsessionproxy && \
Expand Down
4 changes: 2 additions & 2 deletions 3.3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN python3 -m venv ${VENV_DIR} && \
pip3 install pip==9.0.1 && \
pip3 install --no-cache-dir \
notebook==5.2 \
nbserverproxy==0.3 \
git+https://github.com/jupyterhub/nbrsessionproxy.git@6eefeac11cbe82432d026f41a3341525a22d6a0b && \
nbserverproxy==0.3.1 \
nbrsessionproxy==0.3.1 && \
jupyter serverextension enable --sys-prefix --py nbserverproxy && \
jupyter serverextension enable --sys-prefix --py nbrsessionproxy && \
jupyter nbextension install --sys-prefix --py nbrsessionproxy && \
Expand Down
4 changes: 2 additions & 2 deletions 3.4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN python3 -m venv ${VENV_DIR} && \
pip3 install pip==9.0.1 && \
pip3 install --no-cache-dir \
notebook==5.2 \
nbserverproxy==0.3 \
git+https://github.com/jupyterhub/nbrsessionproxy.git@6eefeac11cbe82432d026f41a3341525a22d6a0b && \
nbserverproxy==0.3.1 \
nbrsessionproxy==0.3.1 && \
jupyter serverextension enable --sys-prefix --py nbserverproxy && \
jupyter serverextension enable --sys-prefix --py nbrsessionproxy && \
jupyter nbextension install --sys-prefix --py nbrsessionproxy && \
Expand Down
4 changes: 2 additions & 2 deletions 3.4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN python3 -m venv ${VENV_DIR} && \
pip3 install pip==9.0.1 && \
pip3 install --no-cache-dir \
notebook==5.2 \
nbserverproxy==0.3 \
git+https://github.com/jupyterhub/nbrsessionproxy.git@6eefeac11cbe82432d026f41a3341525a22d6a0b && \
nbserverproxy==0.3.1 \
nbrsessionproxy==0.3.1 && \
jupyter serverextension enable --sys-prefix --py nbserverproxy && \
jupyter serverextension enable --sys-prefix --py nbrsessionproxy && \
jupyter nbextension install --sys-prefix --py nbrsessionproxy && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN python3 -m venv ${VENV_DIR} && \
pip3 install pip==9.0.1 && \
pip3 install --no-cache-dir \
notebook==5.2 \
nbserverproxy==0.3 \
git+https://github.com/jupyterhub/nbrsessionproxy.git@6eefeac11cbe82432d026f41a3341525a22d6a0b && \
nbserverproxy==0.3.1 \
nbrsessionproxy==0.3.1 && \
jupyter serverextension enable --sys-prefix --py nbserverproxy && \
jupyter serverextension enable --sys-prefix --py nbrsessionproxy && \
jupyter nbextension install --sys-prefix --py nbrsessionproxy && \
Expand Down

0 comments on commit adc0c9f

Please sign in to comment.