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 06a613b commit ab49ac2Copy full SHA for ab49ac2
Dockerfile.arm
@@ -65,8 +65,8 @@ COPY Rprofile /usr/lib/R/etc/Rprofile.site
65
## Add rstudio's binaries to path for quarto
66
ENV PATH=$PATH:/usr/lib/rstudio-server/bin/quarto/bin
67
68
-#RUN chown -R $NB_USER /opt/conda/envs
69
-RUN cp /home/$NB_USER/.bashrc /etc/profile.d/bashrc
+# activate notebook by default (created later)
+RUN sed 's/conda activate base/conda activate notebook/' /home/$NB_USER/.bashrc > /etc/profile.d/bashrc
70
71
WORKDIR /home/$NB_USER
72
USER $NB_USER
0 commit comments