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
9f9907cf
Commit
9f9907cf
authored
Feb 13, 2016
by
Kyle Kelley
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #122 from parente/update-py35-h5py
Bump python libs to match other images
parents
7d3b8b2c
3fd3850b
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 @
9f9907cf
...
...
@@ -66,23 +66,23 @@ USER jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'scipy=0.1
6
*'
\
'seaborn=0.
6
*'
\
'scikit-learn=0.1
6
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
7
*'
\
&&
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
\
'ipython=4.
0
*'
\
'ipywidgets=4.
0
*'
\
'ipython=4.
1
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'scipy=0.1
6
*'
\
'seaborn=0.
6
*'
\
'scikit-learn=0.1
6
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
7
*'
\
pyzmq
\
&&
conda clean
-yt
...
...
pyspark-notebook/Dockerfile
View file @
9f9907cf
...
...
@@ -39,23 +39,23 @@ USER jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'scipy=0.1
6
*'
\
'seaborn=0.
6
*'
\
'scikit-learn=0.1
6
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
7
*'
\
&&
conda clean
-yt
# Install Python 2 packages and kernel spec
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.
0
*'
\
'ipywidgets=4.
0
*'
\
'ipython=4.
1
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'scipy=0.1
6
*'
\
'seaborn=0.
6
*'
\
'scikit-learn=0.1
6
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
7
*'
\
pyzmq
\
&&
conda clean
-yt
...
...
scipy-notebook/Dockerfile
View file @
9f9907cf
...
...
@@ -8,42 +8,44 @@ USER jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
'ipywidgets=4.
0
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'scipy=0.1
6
*'
\
'seaborn=0.
6
*'
\
'scikit-learn=0.1
6
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
7
*'
\
'scikit-image=0.11*'
\
'sympy=0.7*'
\
'cython=0.2
2
*'
\
'cython=0.2
3
*'
\
'patsy=0.4*'
\
'statsmodels=0.6*'
\
'cloudpickle=0.1*'
\
'dill=0.2*'
\
'numba=0.22*'
\
'bokeh=0.10*'
\
'numba=0.23*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
&&
conda clean
-yt
# Install Python 2 packages
RUN
conda create
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.
0
*'
\
'ipywidgets=4.
0
*'
\
'ipython=4.
1
*'
\
'ipywidgets=4.
1
*'
\
'pandas=0.17*'
\
'matplotlib=1.
4
*'
\
'scipy=0.1
6
*'
\
'seaborn=0.
6
*'
\
'scikit-learn=0.1
6
*'
\
'matplotlib=1.
5
*'
\
'scipy=0.1
7
*'
\
'seaborn=0.
7
*'
\
'scikit-learn=0.1
7
*'
\
'scikit-image=0.11*'
\
'sympy=0.7*'
\
'cython=0.2
2
*'
\
'cython=0.2
3
*'
\
'patsy=0.4*'
\
'statsmodels=0.6*'
\
'cloudpickle=0.1*'
\
'dill=0.2*'
\
'numba=0.22*'
\
'bokeh=0.10*'
\
pyzmq
\
'numba=0.23*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
'pyzmq'
\
&&
conda clean
-yt
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