Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Axelle Loriot
WSBIM2122-20200917
Commits
df301c11
Commit
df301c11
authored
May 02, 2020
by
Laurent Gatto
Browse files
Update Dockerfile
parent
05107dce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
df301c11
...
...
@@ -31,6 +31,8 @@ RUN apt-get update && \
# vim
USER
${NB_USER}
RUN
echo
"options(defaultPackages=c(getOption('defaultPackages'),'renkur'))"
>>
/usr/local/lib/R/etc/Rprofile.site
# install the R dependencies
COPY
install.R /tmp/
RUN
R
-f
/tmp/install.R
...
...
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