We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbfcf4 commit 8e0d57fCopy full SHA for 8e0d57f
Dockerfile
@@ -29,7 +29,7 @@ USER ${NB_USER}
29
30
# When run at build-time, install.r automagically handles any necessary apt-gets
31
COPY install.r /tmp/install.r
32
-RUN Rscript /tmp/install.r && chgrp -R users /usr/lib/R/site_library
+RUN Rscript /tmp/install.r && sudo chgrp -R users /usr/lib/R/site_library
33
34
35
COPY vscode-extensions.txt /tmp/vscode-extensions.txt
0 commit comments