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
3fd3850b
Commit
3fd3850b
authored
Feb 13, 2016
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump python libs to match other images
(c) Copyright IBM Corp. 2016
parent
7d3b8b2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
41 deletions
+43
-41
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+12
-12
pyspark-notebook/Dockerfile
pyspark-notebook/Dockerfile
+11
-11
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+20
-18
No files found.
all-spark-notebook/Dockerfile
View file @
3fd3850b
...
@@ -66,23 +66,23 @@ USER jovyan
...
@@ -66,23 +66,23 @@ USER jovyan
# Install Python 3 packages
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--yes
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
6
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
6
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
6
*'
\
'scikit-learn=0.1
7
*'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Install Python 2 packages
# Install Python 2 packages
and kernel spec
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.
0
*'
\
'ipython=4.
1
*'
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
6
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
6
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
6
*'
\
'scikit-learn=0.1
7
*'
\
pyzmq
\
pyzmq
\
&&
conda clean
-yt
&&
conda clean
-yt
...
...
pyspark-notebook/Dockerfile
View file @
3fd3850b
...
@@ -39,23 +39,23 @@ USER jovyan
...
@@ -39,23 +39,23 @@ USER jovyan
# Install Python 3 packages
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--yes
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
6
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
6
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
6
*'
\
'scikit-learn=0.1
7
*'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Install Python 2 packages and kernel spec
# Install Python 2 packages and kernel spec
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.
0
*'
\
'ipython=4.
1
*'
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
6
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
6
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
6
*'
\
'scikit-learn=0.1
7
*'
\
pyzmq
\
pyzmq
\
&&
conda clean
-yt
&&
conda clean
-yt
...
...
scipy-notebook/Dockerfile
View file @
3fd3850b
...
@@ -8,42 +8,44 @@ USER jovyan
...
@@ -8,42 +8,44 @@ USER jovyan
# Install Python 3 packages
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--yes
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
6
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
6
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
6
*'
\
'scikit-learn=0.1
7
*'
\
'scikit-image=0.11*'
\
'scikit-image=0.11*'
\
'sympy=0.7*'
\
'sympy=0.7*'
\
'cython=0.2
2
*'
\
'cython=0.2
3
*'
\
'patsy=0.4*'
\
'patsy=0.4*'
\
'statsmodels=0.6*'
\
'statsmodels=0.6*'
\
'cloudpickle=0.1*'
\
'cloudpickle=0.1*'
\
'dill=0.2*'
\
'dill=0.2*'
\
'numba=0.22*'
\
'numba=0.23*'
\
'bokeh=0.10*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Install Python 2 packages
# Install Python 2 packages
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.
0
*'
\
'ipython=4.
1
*'
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
6
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
6
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
6
*'
\
'scikit-learn=0.1
7
*'
\
'scikit-image=0.11*'
\
'scikit-image=0.11*'
\
'sympy=0.7*'
\
'sympy=0.7*'
\
'cython=0.2
2
*'
\
'cython=0.2
3
*'
\
'patsy=0.4*'
\
'patsy=0.4*'
\
'statsmodels=0.6*'
\
'statsmodels=0.6*'
\
'cloudpickle=0.1*'
\
'cloudpickle=0.1*'
\
'dill=0.2*'
\
'dill=0.2*'
\
'numba=0.22*'
\
'numba=0.23*'
\
'bokeh=0.10*'
\
'bokeh=0.11*'
\
pyzmq
\
'h5py=2.5*'
\
'pyzmq'
\
&&
conda clean
-yt
&&
conda clean
-yt
USER
root
USER
root
...
...
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