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
e2932c73
Commit
e2932c73
authored
Dec 30, 2018
by
Romain C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied PR #786 for R packages to the datascience-notebook
parent
07eb788e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+8
-8
No files found.
datascience-notebook/Dockerfile
View file @
e2932c73
...
@@ -47,24 +47,24 @@ USER $NB_UID
...
@@ -47,24 +47,24 @@ USER $NB_UID
# R packages including IRKernel which gets installed globally.
# R packages including IRKernel which gets installed globally.
RUN
conda
install
--quiet
--yes
\
RUN
conda
install
--quiet
--yes
\
'rpy2=2.8*'
\
'rpy2=2.8*'
\
'r-base=3.
4
.1'
\
'r-base=3.
5
.1'
\
'r-irkernel=0.8*'
\
'r-irkernel=0.8*'
\
'r-plyr=1.8*'
\
'r-plyr=1.8*'
\
'r-devtools=1.13*'
\
'r-devtools=1.13*'
\
'r-tidyverse=1.
1
*'
\
'r-tidyverse=1.
2
*'
\
'r-shiny=1.
0
*'
\
'r-shiny=1.
2
*'
\
'r-rmarkdown=1.
8
*'
\
'r-rmarkdown=1.
11
*'
\
'r-forecast=8.2*'
\
'r-forecast=8.2*'
\
'r-rsqlite=2.
0
*'
\
'r-rsqlite=2.
1
*'
\
'r-reshape2=1.4*'
\
'r-reshape2=1.4*'
\
'r-nycflights13=
0.2
*'
\
'r-nycflights13=
1.0
*'
\
'r-caret=6.0*'
\
'r-caret=6.0*'
\
'r-rcurl=1.95*'
\
'r-rcurl=1.95*'
\
'r-crayon=1.3*'
\
'r-crayon=1.3*'
\
'r-randomforest=4.6*'
\
'r-randomforest=4.6*'
\
'r-htmltools=0.3*'
\
'r-htmltools=0.3*'
\
'r-sparklyr=0.
7
*'
\
'r-sparklyr=0.
9
*'
\
'r-htmlwidgets=1.
0
*'
\
'r-htmlwidgets=1.
2
*'
\
'r-hexbin=1.27*'
&&
\
'r-hexbin=1.27*'
&&
\
conda clean
-tipsy
&&
\
conda clean
-tipsy
&&
\
fix-permissions
$CONDA_DIR
&&
\
fix-permissions
$CONDA_DIR
&&
\
...
...
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