We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83037c commit 77e41e7Copy full SHA for 77e41e7
Dockerfile
@@ -5,7 +5,7 @@ RUN useradd -ms /bin/bash student
5
USER student
6
WORKDIR /home/student
7
ARG APPS_DIR=/home/student
8
-RUN conda create -y --name geant --channel=conda-forge geant4=11.3 root=6.33 cmake make
+RUN conda create -y --name geant --channel=conda-forge geant4=11.3 root=6.32 cmake make
9
RUN conda clean --all -y
10
11
SHELL ["conda", "run", "-n", "geant", "/bin/bash", "-c"]
0 commit comments