Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
29
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
a0e1a297
Commit
a0e1a297
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Set software versions for v3.0"
parent
ce01b8f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!45
Resolve "Set software versions for v3.0"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
README.md
+7
-8
7 additions, 8 deletions
README.md
with
13 additions
and
14 deletions
.gitlab-ci.yml
+
6
−
6
View file @
a0e1a297
...
...
@@ -2,12 +2,12 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
variables
:
## Application versions used for the main release ## note: nightly builds will always use the master branch
JUGGLER_VERSION
:
"
v1.
5
.0"
NPDET_VERSION
:
"
master
"
EICD_VERSION
:
"
master
"
DETECTOR_VERSION
:
"
master
"
IP6_VERSION
:
"
master
"
ACCELERATOR_VERSION
:
"
master"
JUGGLER_VERSION
:
"
v1.
6
.0"
NPDET_VERSION
:
"
v0.5.0
"
EICD_VERSION
:
"
v0.1.0
"
DETECTOR_VERSION
:
"
v0.1.0
"
IP6_VERSION
:
"
v0.1.0
"
ACCELERATOR_VERSION
:
"
master"
#needs to be merged into IP6
## Spack github version
SPACK_VERSION
:
"
63915de99b6d4bc7c8b8a22dc45e5c3dd7ee4f26"
...
...
This diff is collapsed.
Click to expand it.
README.md
+
7
−
8
View file @
a0e1a297
...
...
@@ -22,19 +22,18 @@ cd eic_container
Available flags:
```
bash
-v
VERSION,
--version
VERSION
(
opt.
)
project version. Default: current version
(
in
repo
)
.
-c
CONTAINER,
--container
CONTAINER
(
opt.
)
Container to install. D: eic
(
will migrate to jug_xl
for
v3.0
)
.
-v
VERSION,
--version
VERSION
(
opt.
)
project version. D: 2.9.2. For MRs, use mr-XXX.
-f
,
--force
Force-overwrite already downloaded container
-b
BIND_PATHS,
--bind-path
BIND_PATHS
(
opt.
)
extra
bind
paths
for
singularity.
-m
MODULE_PATH,
--module-path
MODULE_PATH
(
opt.
)
Root module path where you want to
install
a
modulefile. D: <prefix>/../../etc/modulefiles
-l
,
--local
Local
install
, will not
install
the modulefiles
(
you will have
to run the launcher scripts from their relative paths
)
.
-f
,
--force
Force-overwrite already downloaded container with the same name.
(
opt.
)
Root module path to
install
a modulefile. D: Do not
install
a
modulefile
```
3.
To use the container in installed mode, you can load the modulefile,
and then use the included apps as if they are native apps on your system!
```
bash
...
...
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