Commit 4d57b558 authored by Irving Duran's avatar Irving Duran

Patch R package install user issues

-The following patch addresses issue #489
(https://github.com/jupyter/docker-stacks/issues/489)
parent 279b14bb
...@@ -8,6 +8,7 @@ USER root ...@@ -8,6 +8,7 @@ USER root
# RSpark config # RSpark config
ENV R_LIBS_USER $SPARK_HOME/R/lib ENV R_LIBS_USER $SPARK_HOME/R/lib
RUN fix-permissions $R_LIBS_USER
# R pre-requisites # R pre-requisites
RUN apt-get update && \ RUN apt-get update && \
......
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