Skip to content

Commit ab49ac2

Browse files
committed
notebook env
1 parent 06a613b commit ab49ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.arm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ COPY Rprofile /usr/lib/R/etc/Rprofile.site
6565
## Add rstudio's binaries to path for quarto
6666
ENV PATH=$PATH:/usr/lib/rstudio-server/bin/quarto/bin
6767

68-
#RUN chown -R $NB_USER /opt/conda/envs
69-
RUN cp /home/$NB_USER/.bashrc /etc/profile.d/bashrc
68+
# activate notebook by default (created later)
69+
RUN sed 's/conda activate base/conda activate notebook/' /home/$NB_USER/.bashrc > /etc/profile.d/bashrc
7070

7171
WORKDIR /home/$NB_USER
7272
USER $NB_USER

0 commit comments

Comments
 (0)