Skip to content

Commit c83037c

Browse files
authored
update versions
1 parent 16c4b55 commit c83037c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN useradd -ms /bin/bash student
55
USER student
66
WORKDIR /home/student
77
ARG APPS_DIR=/home/student
8-
RUN conda create -y --name geant --channel=conda-forge geant4 root=6.30 cmake make
8+
RUN conda create -y --name geant --channel=conda-forge geant4=11.3 root=6.33 cmake make
99
RUN conda clean --all -y
1010

1111
SHELL ["conda", "run", "-n", "geant", "/bin/bash", "-c"]
@@ -26,7 +26,7 @@ RUN git clone --depth 1 --branch v2-1 http://github.com/vmc-project/vmc.git $VMC
2626

2727
ARG VGM_DIR=$APPS_DIR/vgm
2828
RUN mkdir $VGM_DIR
29-
RUN git clone --depth 1 --branch v5-2 http://github.com/vmc-project/vgm.git $VGM_DIR/git_source && \
29+
RUN git clone --depth 1 --branch v5-4 http://github.com/vmc-project/vgm.git $VGM_DIR/git_source && \
3030
cd $VGM_DIR/git_source && \
3131
cd .. && \
3232
mkdir build && \
@@ -39,7 +39,7 @@ RUN git clone --depth 1 --branch v5-2 http://github.com/vmc-project/vgm.git $VGM
3939

4040
ARG GEANT4_VMC_DIR=$APPS_DIR/geant4_vmc
4141
RUN mkdir $GEANT4_VMC_DIR
42-
RUN git clone --depth 1 --branch v6-6-p2 http://github.com/vmc-project/geant4_vmc.git $GEANT4_VMC_DIR/git_source && \
42+
RUN git clone --depth 1 --branch v6-7 http://github.com/vmc-project/geant4_vmc.git $GEANT4_VMC_DIR/git_source && \
4343
cd $GEANT4_VMC_DIR/git_source && \
4444
cd .. && \
4545
mkdir build && \

0 commit comments

Comments
 (0)