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
cdfe98ad
You need to sign in or sign up before continuing.
Commit
cdfe98ad
authored
Jun 21, 2020
by
ttimbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverting datascience-notebook back to R 3.6.3
parent
1fa0d482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+7
-9
No files found.
datascience-notebook/Dockerfile
View file @
cdfe98ad
...
...
@@ -50,8 +50,8 @@ USER $NB_UID
# R packages including IRKernel which gets installed globally.
RUN
conda
install
--quiet
--yes
\
'r-base=
4.0.0
'
\
'r-caret=6.*'
\
'r-base=
3.6.3
'
\
'r-caret=6.
0
*'
\
'r-crayon=1.3*'
\
'r-devtools=2.3*'
\
'r-forecast=8.12*'
\
...
...
@@ -60,22 +60,20 @@ RUN conda install --quiet --yes \
'r-htmlwidgets=1.5*'
\
'r-irkernel=1.1*'
\
'r-nycflights13=1.0*'
\
'r-plyr=1.8*'
\
'r-randomforest=4.6*'
\
'r-rcurl=1.98*'
\
'r-re
ticulate=1.16
*'
\
'r-rmarkdown=2.
2
*'
\
'r-re
shape2=1.4
*'
\
'r-rmarkdown=2.
1
*'
\
'r-rsqlite=2.2*'
\
'r-shiny=1.4*'
\
'r-tidyverse=1.3*'
\
'r
-tidymodels=0
.1*'
\
'r
py2=3
.1*'
\
&&
\
conda clean
--all
-f
-y
&&
\
fix-permissions
"
${
CONDA_DIR
}
"
&&
\
fix-permissions
"/home/
${
NB_USER
}
"
# Install e1071 R package (dependency of the caret R package)
RUN
conda
install
--quiet
--yes
r-e1071
# Add Julia packages. Only add HDF5 if this is not a test-only build since
# it takes roughly half the entire build time of all of the images on Travis
# to add this one package and often causes Travis to timeout.
...
...
@@ -92,4 +90,4 @@ RUN julia -e 'import Pkg; Pkg.update()' && \
rm
-rf
"
${
HOME
}
/.local"
&&
\
fix-permissions
"
${
JULIA_PKGDIR
}
"
"
${
CONDA_DIR
}
/share/jupyter"
WORKDIR
$HOME
WORKDIR
$HOME
\ No newline at end of file
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