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
918deae4
Commit
918deae4
authored
Mar 13, 2016
by
jakirkham
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #155 from parente/rebase-datascience-notebook
Rebase datascience-notebook on scipy-notebook
parents
9e026f05
63d40155
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
61 deletions
+1
-61
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+1
-61
No files found.
datascience-notebook/Dockerfile
View file @
918deae4
# Copyright (c) Jupyter Development Team.
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/scipy-notebook
FROM
jupyter/minimal-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
...
@@ -22,56 +21,8 @@ RUN apt-get update && \
...
@@ -22,56 +21,8 @@ RUN apt-get update && \
libnettle4
&&
apt-get clean
&&
\
libnettle4
&&
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
# libav-tools for matplotlib anim
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
libav-tools
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
USER
jovyan
USER
jovyan
# Install Python 3 packages
RUN
conda
install
--quiet
--yes
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
'matplotlib=1.5*'
\
'scipy=0.17*'
\
'seaborn=0.7*'
\
'scikit-learn=0.17*'
\
'scikit-image=0.11*'
\
'sympy=0.7*'
\
'cython=0.23*'
\
'patsy=0.4*'
\
'statsmodels=0.6*'
\
'cloudpickle=0.1*'
\
'dill=0.2*'
\
'numba=0.23*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
&&
conda clean
-tipsy
# Install Python 2 packages
RUN
conda create
--quiet
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.1*'
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
'matplotlib=1.5*'
\
'scipy=0.17*'
\
'seaborn=0.7*'
\
'scikit-learn=0.17*'
\
'scikit-image=0.11*'
\
'sympy=0.7*'
\
'cython=0.23*'
\
'patsy=0.4*'
\
'statsmodels=0.6*'
\
'cloudpickle=0.1*'
\
'dill=0.2*'
\
'numba=0.23*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
'pyzmq'
\
&&
conda clean
-tipsy
# R packages including IRKernel which gets installed globally.
# R packages including IRKernel which gets installed globally.
RUN
conda config
--add
channels r
&&
\
RUN
conda config
--add
channels r
&&
\
conda
install
--quiet
--yes
\
conda
install
--quiet
--yes
\
...
@@ -102,14 +53,3 @@ RUN julia -e 'Pkg.add("IJulia")' && \
...
@@ -102,14 +53,3 @@ RUN julia -e 'Pkg.add("IJulia")' && \
chmod
-R
go+rx
$CONDA_DIR
/share/jupyter
&&
\
chmod
-R
go+rx
$CONDA_DIR
/share/jupyter
&&
\
rm
-rf
/home/
$NB_USER
/.local/share
rm
-rf
/home/
$NB_USER
/.local/share
RUN
julia
-e
'Pkg.add("Gadfly")'
&&
julia
-e
'Pkg.add("RDatasets")'
RUN
julia
-e
'Pkg.add("Gadfly")'
&&
julia
-e
'Pkg.add("RDatasets")'
USER
root
# Install Python 2 kernel spec globally to avoid permission problems when NB_UID
# switching at runtime.
RUN
$CONDA_DIR
/envs/python2/bin/python
\
$CONDA_DIR
/envs/python2/bin/ipython
\
kernelspec install-self
# Switch back to jovyan to avoid accidental container runs as root
USER
jovyan
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