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 4793406 commit 511bbaaCopy full SHA for 511bbaa
Dockerfile
@@ -66,9 +66,9 @@ RUN ldconfig
66
WORKDIR /tmp/
67
68
# set to non-root user and initialize mamba
69
-RUN /opt/miniforge3/bin/mamba init
+RUN /root/.local/share/mamba/envs/science/bin/mamba init
70
RUN echo "mamba activate science" >> /home/rapidtide/.bashrc
71
-RUN echo "/opt/miniforge3/bin/mamba activate science" >> /home/rapidtide/.bashrc
+RUN echo "/root/.local/share/mamba/envs/science/bin/mamba activate science" >> /home/picachooser/.bashrc
72
73
# switch to the picachooser user
74
USER picachooser
0 commit comments