Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
07292b8e
Commit
07292b8e
authored
Mar 14, 2017
by
Peter Parente
Committed by
GitHub
Mar 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #350 from basnijholt/master
Bump all the package versions
parents
d62eb8c3
3f9e3b66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
26 deletions
+26
-26
base-notebook/Dockerfile
base-notebook/Dockerfile
+2
-2
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+22
-22
tensorflow-notebook/Dockerfile
tensorflow-notebook/Dockerfile
+2
-2
No files found.
base-notebook/Dockerfile
View file @
07292b8e
...
@@ -69,8 +69,8 @@ RUN cd /tmp && \
...
@@ -69,8 +69,8 @@ RUN cd /tmp && \
# Install Jupyter Notebook and Hub
# Install Jupyter Notebook and Hub
RUN
conda
install
--quiet
--yes
\
RUN
conda
install
--quiet
--yes
\
'notebook=4.
3
*'
\
'notebook=4.
4.
*'
\
jupyterhub
=
0.7
\
'jupyterhub=0.7.*'
\
&&
conda clean
-tipsy
&&
conda clean
-tipsy
USER
root
USER
root
...
...
scipy-notebook/Dockerfile
View file @
07292b8e
...
@@ -19,23 +19,23 @@ USER $NB_USER
...
@@ -19,23 +19,23 @@ USER $NB_USER
# use notebook-friendly backends in these images
# use notebook-friendly backends in these images
RUN
conda
install
--quiet
--yes
\
RUN
conda
install
--quiet
--yes
\
'nomkl'
\
'nomkl'
\
'ipywidgets=
5.2
*'
\
'ipywidgets=
6.0
*'
\
'pandas=0.19*'
\
'pandas=0.19*'
\
'numexpr=2.6*'
\
'numexpr=2.6*'
\
'matplotlib=
1.5
*'
\
'matplotlib=
2.0
*'
\
'scipy=0.1
7
*'
\
'scipy=0.1
9
*'
\
'seaborn=0.7*'
\
'seaborn=0.7*'
\
'scikit-learn=0.18*'
\
'scikit-learn=0.18*'
\
'scikit-image=0.1
1
*'
\
'scikit-image=0.1
2
*'
\
'sympy=1.0*'
\
'sympy=1.0*'
\
'cython=0.2
3
*'
\
'cython=0.2
5
*'
\
'patsy=0.4*'
\
'patsy=0.4*'
\
'statsmodels=0.
6
*'
\
'statsmodels=0.
8
*'
\
'cloudpickle=0.
1
*'
\
'cloudpickle=0.
2
*'
\
'dill=0.2*'
\
'dill=0.2*'
\
'numba=0.
23
*'
\
'numba=0.
31
*'
\
'bokeh=0.1
1
*'
\
'bokeh=0.1
2
*'
\
'sqlalchemy=1.
0
*'
\
'sqlalchemy=1.
1
*'
\
'hdf5=1.8.17'
\
'hdf5=1.8.17'
\
'h5py=2.6*'
\
'h5py=2.6*'
\
'vincent=0.4.*'
\
'vincent=0.4.*'
\
...
@@ -52,26 +52,26 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix
...
@@ -52,26 +52,26 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix
# use notebook-friendly backends in these images
# use notebook-friendly backends in these images
RUN
conda create
--quiet
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
--quiet
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'nomkl'
\
'nomkl'
\
'ipython=
4.2
*'
\
'ipython=
5.3
*'
\
'ipywidgets=
5.2
*'
\
'ipywidgets=
6.0
*'
\
'pandas=0.19*'
\
'pandas=0.19*'
\
'numexpr=2.6*'
\
'numexpr=2.6*'
\
'matplotlib=
1.5
*'
\
'matplotlib=
2.0
*'
\
'scipy=0.1
7
*'
\
'scipy=0.1
9
*'
\
'seaborn=0.7*'
\
'seaborn=0.7*'
\
'scikit-learn=0.1
7
*'
\
'scikit-learn=0.1
8
*'
\
'scikit-image=0.1
1
*'
\
'scikit-image=0.1
2
*'
\
'sympy=1.0*'
\
'sympy=1.0*'
\
'cython=0.2
3
*'
\
'cython=0.2
5
*'
\
'patsy=0.4*'
\
'patsy=0.4*'
\
'statsmodels=0.
6
*'
\
'statsmodels=0.
8
*'
\
'cloudpickle=0.
1
*'
\
'cloudpickle=0.
2
*'
\
'dill=0.2*'
\
'dill=0.2*'
\
'numba=0.
23
*'
\
'numba=0.
31
*'
\
'bokeh=0.1
1
*'
\
'bokeh=0.1
2
*'
\
'hdf5=1.8.17'
\
'hdf5=1.8.17'
\
'h5py=2.6*'
\
'h5py=2.6*'
\
'sqlalchemy=1.
0
*'
\
'sqlalchemy=1.
1
*'
\
'pyzmq'
\
'pyzmq'
\
'vincent=0.4.*'
\
'vincent=0.4.*'
\
'beautifulsoup4=4.5.*'
\
'beautifulsoup4=4.5.*'
\
...
...
tensorflow-notebook/Dockerfile
View file @
07292b8e
...
@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
...
@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER
$NB_USER
USER
$NB_USER
# Install Python 3 Tensorflow
# Install Python 3 Tensorflow
RUN
conda
install
--quiet
--yes
'tensorflow=
0.11.0
'
RUN
conda
install
--quiet
--yes
'tensorflow=
1.0*
'
# Install Python 2 Tensorflow
# Install Python 2 Tensorflow
RUN
conda
install
--quiet
--yes
-n
python2
'tensorflow=
0.11.0
'
RUN
conda
install
--quiet
--yes
-n
python2
'tensorflow=
1.0*
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment