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 0e2fee2 commit 5b0eab5Copy full SHA for 5b0eab5
Dockerfile
@@ -3,11 +3,10 @@ FROM condaforge/miniforge3:24.9.2-0
3
ARG APPS_DIR=/usr/local
4
RUN conda create -y --name geant --channel=conda-forge geant4 root cmake make
5
RUN conda clean --all
6
-RUN conda init
7
-RUN conda activate geant
8
9
ARG VMC_DIR=$APPS_DIR/vmc
10
-RUN git clone http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
+RUN conda init && conda activate geant && \
+ git clone http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
11
cd $VMC_DIR && \
12
git checkout v2-0 && \
13
mkdir build && \
0 commit comments