File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
4242 groupadd $NB_GROUP && \
4343usermod -a -G $NB_GROUP $NB_USER
4444
45+ RUN R CMD BATCH --no-site-file --no-save --no-restore "install.packages('devtools')"
46+ RUN R CMD BATCH --no-site-file --no-save --no-restore "devtools::install_github('IRkernel/IRkernel')"
47+ RUN R CMD BATCH --no-site-file --no-save --no-restore "IRkernel::installspec()"
48+
4549USER $NB_USER
4650WORKDIR /home/$NB_USER
4751
@@ -81,8 +85,4 @@ RUN pip install \
8185 slackclient \
8286 asana
8387
84- # RUN R CMD BATCH "install.packages('devtools')"
85- # RUN R CMD BATCH "devtools::install_github('IRkernel/IRkernel')"
86- # RUN R CMD BATH "IRkernel::installspec()"
87-
8888CMD ["bash" ]
You can’t perform that action at this time.
0 commit comments