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 294a11c commit 4aa6d9aCopy full SHA for 4aa6d9a
Dockerfile
@@ -4,9 +4,11 @@ SHELL ["/bin/bash", "-c"]
4
ARG APPS_DIR=/usr/local
5
RUN conda create -y --name geant --channel=conda-forge geant4 root cmake make
6
RUN conda clean --all
7
+RUN conda init
8
9
ARG VMC_DIR=$APPS_DIR/vmc
-RUN conda activate geant && \
10
+RUN . ~/.bashrc
11
+ conda activate geant && \
12
git clone http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
13
cd $VMC_DIR && \
14
git checkout v2-0 && \
0 commit comments