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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
ebc3fe49
Commit
ebc3fe49
authored
3 years ago
by
Wouter Deconinck
Committed by
Sylvester Joosten
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Install to /opt/benchmarks/common_bench in jug_xl
parent
267c3efb
No related branches found
No related tags found
1 merge request
!150
Install to /opt/benchmarks/common_bench in jug_xl
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/xl.Dockerfile
+7
-1
7 additions, 1 deletion
containers/jug/xl.Dockerfile
with
7 additions
and
1 deletion
containers/jug/xl.Dockerfile
+
7
−
1
View file @
ebc3fe49
...
@@ -107,18 +107,24 @@ RUN cd /tmp
...
@@ -107,18 +107,24 @@ RUN cd /tmp
## Install benchmarks into the container
## Install benchmarks into the container
ARG
BENCHMARK_COM_VERSION="master"
ARG
BENCHMARK_DET_VERSION="master"
ARG
BENCHMARK_DET_VERSION="master"
ARG
BENCHMARK_REC_VERSION="master"
ARG
BENCHMARK_REC_VERSION="master"
ARG
BENCHMARK_PHY_VERSION="master"
ARG
BENCHMARK_PHY_VERSION="master"
RUN
mkdir
-p
/opt/benchmarks
\
RUN
mkdir
-p
/opt/benchmarks
\
&&
cd
/opt/benchmarks
\
&&
cd
/opt/benchmarks
\
&&
git clone
-b
${
BENCHMARK_COM_VERSION
}
--depth
1
\
https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git
\
&&
git clone
-b
${
BENCHMARK_DET_VERSION
}
--depth
1
\
&&
git clone
-b
${
BENCHMARK_DET_VERSION
}
--depth
1
\
https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git
\
https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git
\
&&
ln
-sf
../common_bench detector_benchmarks/.local
\
&&
git clone
-b
${
BENCHMARK_REC_VERSION
}
--depth
1
\
&&
git clone
-b
${
BENCHMARK_REC_VERSION
}
--depth
1
\
https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks.git
\
https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks.git
\
&&
ln
-sf
../common_bench reconstruction_benchmarks/.local
\
&&
git clone
-b
${
BENCHMARK_PHY_VERSION
}
--depth
1
\
&&
git clone
-b
${
BENCHMARK_PHY_VERSION
}
--depth
1
\
https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks.git
https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks.git
\
&&
ln
-sf
../common_bench physics_benchmarks/.local
## Install campaigns into the container
## Install campaigns into the container
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
13ca403d
·
3 years ago
mentioned in commit
13ca403d
mentioned in commit 13ca403d46537ded3e14c9dce5deda958275b042
Toggle commit list
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