Skip to content

Commit

Permalink
downgrade root
Browse files Browse the repository at this point in the history
  • Loading branch information
stadie authored Dec 3, 2024
1 parent 06bcea7 commit 86e6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM condaforge/miniforge3:24.9.2-0

ARG APPS_DIR=/usr/local
RUN conda create -y --name geant --channel=conda-forge geant4 root cmake make
RUN conda create -y --name geant --channel=conda-forge geant4 root=6.30 cmake make
RUN conda clean --all -y

SHELL ["conda", "run", "-n", "geant", "/bin/bash", "-c"]
Expand Down

0 comments on commit 86e6b23

Please sign in to comment.