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
bb222f49
Commit
bb222f49
authored
May 16, 2017
by
Peter Parente
Committed by
GitHub
May 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #375 from minrk/system-wide
reduce files in home directory a bit
parents
1e3aa156
b82162e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+3
-2
base-notebook/Dockerfile
base-notebook/Dockerfile
+2
-3
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+1
-1
r-notebook/Dockerfile
r-notebook/Dockerfile
+1
-1
No files found.
all-spark-notebook/Dockerfile
View file @
bb222f49
...
...
@@ -20,7 +20,7 @@ RUN apt-get update && \
USER
$NB_USER
# R packages
RUN
conda config
--add
channels r
&&
\
RUN
conda config
--
system
--
add
channels r
&&
\
conda
install
--quiet
--yes
\
'r-base=3.3.2'
\
'r-irkernel=0.7*'
\
...
...
@@ -32,5 +32,6 @@ RUN pip --no-cache-dir install https://dist.apache.org/repos/dist/dev/incubator/
RUN
jupyter toree
install
--sys-prefix
# Spylon-kernel
RUN
conda
install
--quiet
--yes
'spylon-kernel=0.2*'
RUN
conda
install
--quiet
--yes
'spylon-kernel=0.2*'
&&
\
conda clean
-tipsy
RUN
python
-m
spylon_kernel
install
--sys-prefix
base-notebook/Dockerfile
View file @
bb222f49
...
...
@@ -54,7 +54,6 @@ USER $NB_USER
# Setup jovyan home directory
RUN
mkdir
/home/
$NB_USER
/work
&&
\
mkdir
/home/
$NB_USER
/.jupyter
&&
\
echo
"cacert=/etc/ssl/certs/ca-certificates.crt"
>
/home/
$NB_USER
/.curlrc
# Install conda as jovyan
...
...
@@ -88,8 +87,8 @@ CMD ["start-notebook.sh"]
COPY
start.sh /usr/local/bin/
COPY
start-notebook.sh /usr/local/bin/
COPY
start-singleuser.sh /usr/local/bin/
COPY
jupyter_notebook_config.py /
home/$NB_USER/.
jupyter/
RUN
chown
-R
$NB_USER
:users /
home/
$NB_USER
/.jupyter
COPY
jupyter_notebook_config.py /
etc/
jupyter/
RUN
chown
-R
$NB_USER
:users /
etc/jupyter/
# Switch back to jovyan to avoid accidental container runs as root
USER
$NB_USER
datascience-notebook/Dockerfile
View file @
bb222f49
...
...
@@ -26,7 +26,7 @@ RUN echo "deb http://ppa.launchpad.net/staticfloat/juliareleases/ubuntu trusty m
USER
$NB_USER
# R packages including IRKernel which gets installed globally.
RUN
conda config
--add
channels r
&&
\
RUN
conda config
--
system
--
add
channels r
&&
\
conda
install
--quiet
--yes
\
'rpy2=2.8*'
\
'r-base=3.3.2'
\
...
...
r-notebook/Dockerfile
View file @
bb222f49
...
...
@@ -17,7 +17,7 @@ RUN apt-get update && \
USER
$NB_USER
# R packages
RUN
conda config
--add
channels r
&&
\
RUN
conda config
--
system
--
add
channels r
&&
\
conda
install
--quiet
--yes
\
'r-base=3.3.2'
\
'r-irkernel=0.7*'
\
...
...
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