Skip to content

Commit

Permalink
Removed rapidtide references
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 18, 2024
1 parent dc13a81 commit 722cc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ WORKDIR /home/$USER
ENV HOME="/home/$USER"

RUN /opt/miniforge3/bin/mamba init
RUN echo "mamba activate science" >> /home/rapidtide/.bashrc
RUN echo "/opt/miniforge3/bin/mamba activate science" >> /home/rapidtide/.bashrc
RUN echo "mamba activate science" >> /home/capcalc/.bashrc
RUN echo "/opt/miniforge3/bin/mamba activate science" >> /home/capcalc/.bashrc

# switch to the capcalc user
USER $USER
Expand Down

0 comments on commit 722cc9a

Please sign in to comment.