Skip to content
Snippets Groups Projects

Install in-container and out-of-container full simulation campaigns scripts

Merged Wouter Deconinck requested to merge install-full-simulation-campaign-scripts into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -100,10 +100,10 @@ RUN mkdir -p /opt/benchmarks
@@ -100,10 +100,10 @@ RUN mkdir -p /opt/benchmarks
## Install campaigns into the container
## Install campaigns into the container
ARG CAMPAIGNS_SINGLE_VERSION="master"
ARG CAMPAIGNS_SINGLE_VERSION="main"
ARG CAMPAIGNS_HEPMC3_VERSION="master"
ARG CAMPAIGNS_HEPMC3_VERSION="main"
ARG CAMPAIGNS_CONDOR_VERSION="master"
ARG CAMPAIGNS_CONDOR_VERSION="main"
ARG CAMPAIGNS_SLURM_VERSION="master"
ARG CAMPAIGNS_SLURM_VERSION="main"
RUN mkdir -p /opt/campaigns \
RUN mkdir -p /opt/campaigns \
&& cd /opt/campaigns \
&& cd /opt/campaigns \
Loading