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
af11fbc3
Commit
af11fbc3
authored
Mar 07, 2016
by
John Kirkham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker: Add and install from the r channel with conda.
parent
457c3edf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+2
-2
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+2
-2
r-notebook/Dockerfile
r-notebook/Dockerfile
+2
-2
No files found.
all-spark-notebook/Dockerfile
View file @
af11fbc3
...
@@ -76,8 +76,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
...
@@ -76,8 +76,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
&&
conda clean
-tipsy
&&
conda clean
-tipsy
# R packages
# R packages
RUN
conda config
--add
channels r
RUN
conda config
--add
channels r
&&
\
RUN
conda
install
--quiet
--yes
\
conda
install
--quiet
--yes
\
'r-base=3.2*'
\
'r-base=3.2*'
\
'r-irkernel=0.5*'
\
'r-irkernel=0.5*'
\
'r-ggplot2=1.0*'
\
'r-ggplot2=1.0*'
\
...
...
datascience-notebook/Dockerfile
View file @
af11fbc3
...
@@ -73,8 +73,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
...
@@ -73,8 +73,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
&&
conda clean
-tipsy
&&
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
&&
\
RUN
conda
install
--quiet
--yes
\
conda
install
--quiet
--yes
\
'rpy2=2.7*'
\
'rpy2=2.7*'
\
'r-base=3.2*'
\
'r-base=3.2*'
\
'r-irkernel=0.5*'
\
'r-irkernel=0.5*'
\
...
...
r-notebook/Dockerfile
View file @
af11fbc3
...
@@ -17,8 +17,8 @@ RUN apt-get update && \
...
@@ -17,8 +17,8 @@ RUN apt-get update && \
USER
jovyan
USER
jovyan
# R packages
# R packages
RUN
conda config
--add
channels r
RUN
conda config
--add
channels r
&&
\
RUN
conda
install
--quiet
--yes
\
conda
install
--quiet
--yes
\
'r-base=3.2*'
\
'r-base=3.2*'
\
'r-irkernel=0.5*'
\
'r-irkernel=0.5*'
\
'r-plyr=1.8*'
\
'r-plyr=1.8*'
\
...
...
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