Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
36d44b38
Commit
36d44b38
authored
Feb 10, 2023
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: install slurm/condor single/hepmc3 in short dir
parent
5e318196
No related branches found
No related tags found
1 merge request
!484
fix: install slurm/condor single/hepmc3 in short dir
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/xl.Dockerfile
+4
-5
4 additions, 5 deletions
containers/jug/xl.Dockerfile
with
4 additions
and
5 deletions
containers/jug/xl.Dockerfile
+
4
−
5
View file @
36d44b38
...
@@ -97,20 +97,19 @@ ADD https://api.github.com/repos/eic/job_submission_slurm/commits/${CAMPAIGNS_SL
...
@@ -97,20 +97,19 @@ ADD https://api.github.com/repos/eic/job_submission_slurm/commits/${CAMPAIGNS_SL
RUN
mkdir
-p
/opt/campaigns
\
RUN
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_SINGLE_VERSION
}
--depth
1
\
&&
git clone
-b
${
CAMPAIGNS_SINGLE_VERSION
}
--depth
1
\
https://github.com/eic/simulation_campaign_single.git
\
https://github.com/eic/simulation_campaign_single.git
single
\
&&
mkdir
-p
/opt/campaigns
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_HEPMC3_VERSION
}
--depth
1
\
&&
git clone
-b
${
CAMPAIGNS_HEPMC3_VERSION
}
--depth
1
\
https://github.com/eic/simulation_campaign_hepmc3.git
\
https://github.com/eic/simulation_campaign_hepmc3.git
hepmc3
\
&&
mkdir
-p
/opt/campaigns
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_CONDOR_VERSION
}
--depth
1
\
&&
git clone
-b
${
CAMPAIGNS_CONDOR_VERSION
}
--depth
1
\
https://github.com/eic/job_submission_condor.git
\
https://github.com/eic/job_submission_condor.git
condor
\
&&
mkdir
-p
/opt/campaigns
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_SLURM_VERSION
}
--depth
1
\
&&
git clone
-b
${
CAMPAIGNS_SLURM_VERSION
}
--depth
1
\
https://github.com/eic/job_submission_slurm.git
https://github.com/eic/job_submission_slurm.git slurm
## also install detector/ip geometries into opt
## also install detector/ip geometries into opt
ARG
NIGHTLY=''
ARG
NIGHTLY=''
## cache bust when updated repositories
## cache bust when updated repositories
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment