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
cb8d4cd0
Commit
cb8d4cd0
authored
Mar 23, 2020
by
Laurent Gatto
Browse files
Run chmod as root
parent
3026c1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
cb8d4cd0
...
...
@@ -9,6 +9,9 @@ RUN pipx install renku=='0.9.1' --force
# except for the last end with backslash '\' to continue the RUN line
#
USER
root
RUN
chmod
-R
777 /usr/local/lib/R/site-library
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
apt-utils
\
...
...
@@ -35,5 +38,3 @@ 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