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
0866419b
Commit
0866419b
authored
May 02, 2020
by
Laurent Gatto
Browse files
Update Dockerfile
parent
df301c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0866419b
...
...
@@ -29,10 +29,11 @@ RUN apt-get update && \
libhdf5-dev
\
libgit2-dev
# vim
USER
${NB_USER}
RUN
echo
"options(defaultPackages=c(getOption('defaultPackages'),'renkur'))"
>>
/usr/local/lib/R/etc/Rprofile.site
USER
${NB_USER}
# 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