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
3026c1e3
Commit
3026c1e3
authored
Mar 23, 2020
by
Laurent Gatto
Browse files
Make /usr/local/lib/R/site-library writeable
parent
49821aa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3026c1e3
...
...
@@ -35,3 +35,5 @@ RUN R -f /tmp/install.R
# install the python dependencies
COPY
requirements.txt /tmp/
RUN
pip3
install
-r
/tmp/requirements.txt
RUN
chmod
-R
777 /usr/local/lib/R/site-library
\ 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