Skip to content

Commit 16c4b55

Browse files
authored
change git clone
1 parent 8e056c3 commit 16c4b55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ SHELL ["conda", "run", "-n", "geant", "/bin/bash", "-c"]
1212

1313
ARG VMC_DIR=$APPS_DIR/vmc
1414
RUN mkdir $VMC_DIR
15-
RUN git clone --depth 1 http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
15+
RUN git clone --depth 1 --branch v2-1 http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
1616
cd $VMC_DIR/git_source && \
17-
git checkout v2-0 && \
1817
cd .. && \
1918
mkdir build && \
2019
cd build && \

0 commit comments

Comments
 (0)