Upgrade to notebook 5.2.0

This commit is contained in:
Grant Nestor
2017-10-13 10:26:00 -07:00
parent 281505737f
commit 40a2791b73
10 changed files with 11 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ RUN cd /tmp && \
# Install Jupyter Notebook and Hub
RUN conda install --quiet --yes \
'notebook=5.1.*' \
'notebook=5.2.*' \
'jupyterhub=0.8.*' \
'jupyterlab=0.27.*' \
&& conda clean -tipsy && \

View File

@@ -76,7 +76,7 @@ RUN cd /tmp && \
# Install Jupyter notebook and Hub
RUN yes | pip install --upgrade pip
RUN yes | pip install --quiet --no-cache-dir \
'notebook==5.1.*' \
'notebook==5.2.*' \
'jupyterhub==0.7.*' \
'jupyterlab==0.18.*'

View File

@@ -81,14 +81,14 @@
-# Install Jupyter Notebook and Hub
-RUN conda install --quiet --yes \
- 'notebook=5.1.*' \
- 'notebook=5.2.*' \
- 'jupyterhub=0.7.*' \
- 'jupyterlab=0.18.*' \
- && conda clean -tipsy
+# Install Jupyter notebook and Hub
+RUN yes | pip install --upgrade pip
+RUN yes | pip install --quiet --no-cache-dir \
+ 'notebook==5.1.*' \
+ 'notebook==5.2.*' \
+ 'jupyterhub==0.7.*' \
+ 'jupyterlab==0.18.*'

View File

@@ -6,7 +6,7 @@ Small base image for defining your own stack
## What it Gives You
* Minimally-functional Jupyter Notebook 5.1.x (e.g., no pandoc for document conversion)
* Minimally-functional Jupyter Notebook 5.2.x (e.g., no pandoc for document conversion)
* Miniconda Python 3.x
* No preinstalled scientific computing packages
* Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`