Commit 3026c1e3 authored by Laurent Gatto's avatar Laurent Gatto
Browse files

Make /usr/local/lib/R/site-library writeable

parent 49821aa0
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment