Skip to content

Commit 511bbaa

Browse files
committed
Fixed mamba path
1 parent 4793406 commit 511bbaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ RUN ldconfig
6666
WORKDIR /tmp/
6767

6868
# set to non-root user and initialize mamba
69-
RUN /opt/miniforge3/bin/mamba init
69+
RUN /root/.local/share/mamba/envs/science/bin/mamba init
7070
RUN echo "mamba activate science" >> /home/rapidtide/.bashrc
71-
RUN echo "/opt/miniforge3/bin/mamba activate science" >> /home/rapidtide/.bashrc
71+
RUN echo "/root/.local/share/mamba/envs/science/bin/mamba activate science" >> /home/picachooser/.bashrc
7272

7373
# switch to the picachooser user
7474
USER picachooser

0 commit comments

Comments
 (0)