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
0cddf3ec
Commit
0cddf3ec
authored
Mar 06, 2016
by
Peter Parente
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #134 from jakirkham/use_travis_ci
Use Travis CI
parents
1cd259b1
5880e3c4
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
31 additions
and
15 deletions
+31
-15
.travis.yml
.travis.yml
+11
-0
Makefile
Makefile
+2
-0
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+3
-3
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+3
-3
minimal-kernel/Dockerfile
minimal-kernel/Dockerfile
+3
-1
minimal-notebook/Dockerfile
minimal-notebook/Dockerfile
+4
-3
pyspark-notebook/Dockerfile
pyspark-notebook/Dockerfile
+2
-2
r-notebook/Dockerfile
r-notebook/Dockerfile
+1
-1
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+2
-2
No files found.
.travis.yml
0 → 100644
View file @
0cddf3ec
language
:
generic
sudo
:
required
services
:
-
docker
before_install
:
-
make refresh-all
script
:
-
make build-all
Makefile
View file @
0cddf3ec
...
...
@@ -46,6 +46,8 @@ refresh/%:
# skip if error: a stack might not be on dockerhub yet
-docker pull $(OWNER)/$(notdir $@)
:
latest
refresh-all
:
$(patsubst %
,
refresh/%
,
$(ALL_STACKS))
release-all
:
environment-check
\
$(patsubst %
,
refresh/%
,
$(ALL_STACKS))
\
$(patsubst %
,
build/%
,
$(ALL_STACKS))
\
...
...
all-spark-notebook/Dockerfile
View file @
0cddf3ec
...
...
@@ -69,7 +69,7 @@ RUN apt-get update && \
USER
jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
'matplotlib=1.5*'
\
...
...
@@ -79,7 +79,7 @@ RUN conda install --yes \
&&
conda clean
-tipsy
# Install Python 2 packages and kernel spec
RUN
conda create
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
--
quiet
--
yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.1*'
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
...
...
@@ -92,7 +92,7 @@ RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7 \
# R packages
RUN
conda config
--add
channels r
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'r-base=3.2*'
\
'r-irkernel=0.5*'
\
'r-ggplot2=1.0*'
\
...
...
datascience-notebook/Dockerfile
View file @
0cddf3ec
...
...
@@ -28,7 +28,7 @@ RUN apt-get update && \
USER
jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
'matplotlib=1.5*'
\
...
...
@@ -48,7 +48,7 @@ RUN conda install --yes \
&&
conda clean
-tipsy
# Install Python 2 packages
RUN
conda create
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
--
quiet
--
yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.1*'
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
...
...
@@ -71,7 +71,7 @@ RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7 \
# R packages including IRKernel which gets installed globally.
RUN
conda config
--add
channels r
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'rpy2=2.7*'
\
'r-base=3.2*'
\
'r-irkernel=0.5*'
\
...
...
minimal-kernel/Dockerfile
View file @
0cddf3ec
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
FROM
debian:jessie
# Debian Jessie image released 2016 March 01.
FROM
debian@sha256:a9c958be96d7d40df920e7041608f2f017af81800ca5ad23e327bc402626b58e
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
...
...
minimal-notebook/Dockerfile
View file @
0cddf3ec
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
FROM
debian:jessie
# Debian Jessie image released 2016 March 01.
FROM
debian@sha256:a9c958be96d7d40df920e7041608f2f017af81800ca5ad23e327bc402626b58e
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
...
...
@@ -70,11 +71,11 @@ RUN cd /tmp && \
echo
"9ea57c0fdf481acf89d816184f969b04bc44dea27b258c4e86b1e3a25ff26aa0 *Miniconda3-3.19.0-Linux-x86_64.sh"
|
sha256sum
-c
-
&&
\
/bin/bash Miniconda3-3.19.0-Linux-x86_64.sh
-f
-b
-p
$CONDA_DIR
&&
\
rm
Miniconda3-3.19.0-Linux-x86_64.sh
&&
\
$CONDA_DIR
/bin/conda
install
--yes
conda
==
3.19.1
&&
\
$CONDA_DIR
/bin/conda
install
--
quiet
--
yes
conda
==
3.19.1
&&
\
conda clean
-tipsy
# Install Jupyter notebook as jovyan
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'notebook=4.1*'
\
terminado
\
&&
conda clean
-tipsy
...
...
pyspark-notebook/Dockerfile
View file @
0cddf3ec
...
...
@@ -42,7 +42,7 @@ ENV MESOS_NATIVE_LIBRARY /usr/local/lib/libmesos.so
USER
jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
'matplotlib=1.5*'
\
...
...
@@ -52,7 +52,7 @@ RUN conda install --yes \
&&
conda clean
-tipsy
# Install Python 2 packages and kernel spec
RUN
conda create
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
--
quiet
--
yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.1*'
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
...
...
r-notebook/Dockerfile
View file @
0cddf3ec
...
...
@@ -17,7 +17,7 @@ USER jovyan
# R packages
RUN
conda config
--add
channels r
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'r-base=3.2*'
\
'r-irkernel=0.5*'
\
'r-plyr=1.8*'
\
...
...
scipy-notebook/Dockerfile
View file @
0cddf3ec
...
...
@@ -14,7 +14,7 @@ RUN apt-get update && \
USER
jovyan
# Install Python 3 packages
RUN
conda
install
--yes
\
RUN
conda
install
--
quiet
--
yes
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
'matplotlib=1.5*'
\
...
...
@@ -34,7 +34,7 @@ RUN conda install --yes \
&&
conda clean
-tipsy
# Install Python 2 packages
RUN
conda create
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
RUN
conda create
--
quiet
--
yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
'ipython=4.1*'
\
'ipywidgets=4.1*'
\
'pandas=0.17*'
\
...
...
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