Skip to content

Commit

Permalink
try sourcing bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
stadie authored Dec 2, 2024
1 parent 294a11c commit 4aa6d9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ SHELL ["/bin/bash", "-c"]
ARG APPS_DIR=/usr/local
RUN conda create -y --name geant --channel=conda-forge geant4 root cmake make
RUN conda clean --all
RUN conda init

ARG VMC_DIR=$APPS_DIR/vmc
RUN conda activate geant && \
RUN . ~/.bashrc
conda activate geant && \
git clone http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
cd $VMC_DIR && \
git checkout v2-0 && \
Expand Down

0 comments on commit 4aa6d9a

Please sign in to comment.