We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511bbaa commit d703db0Copy full SHA for d703db0
Dockerfile
@@ -66,9 +66,8 @@ RUN ldconfig
66
WORKDIR /tmp/
67
68
# set to non-root user and initialize mamba
69
-RUN /root/.local/share/mamba/envs/science/bin/mamba init
70
-RUN echo "mamba activate science" >> /home/rapidtide/.bashrc
71
-RUN echo "/root/.local/share/mamba/envs/science/bin/mamba activate science" >> /home/picachooser/.bashrc
+RUN /root/.local/share/mamba/envs/science/bin/mamba shell
+RUN echo "mamba activate science" >> /home/picachooser/.bashrc
72
73
# switch to the picachooser user
74
USER picachooser
0 commit comments