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
c21b7265
Commit
c21b7265
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: include key4hep-spack repo
parent
f3c794da
No related branches found
No related tags found
1 merge request
!750
feat: include key4hep-spack repo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/dev.Dockerfile
+9
-0
9 additions, 0 deletions
containers/jug/dev.Dockerfile
with
9 additions
and
0 deletions
containers/jug/dev.Dockerfile
+
9
−
0
View file @
c21b7265
...
@@ -102,6 +102,15 @@ RUN git clone --filter=tree:0 https://github.com/${EICSPACK_ORGREPO}.git ${EICSP
...
@@ -102,6 +102,15 @@ RUN git clone --filter=tree:0 https://github.com/${EICSPACK_ORGREPO}.git ${EICSP
fi
\
fi
\
&&
spack repo add
--scope
site
"
${
EICSPACK_ROOT
}
"
&&
spack repo add
--scope
site
"
${
EICSPACK_ROOT
}
"
## Setup key4hep-spack
ENV
KEY4HEPSPACK_ROOT=${SPACK_ROOT}/var/spack/repos/key4hep-spack
ARG
KEY4HEPSPACK_ORGREPO="key4hep/key4hep-spack"
ARG
KEY4HEPSPACK_VERSION="main"
ADD
https://api.github.com/repos/${KEY4HEPSPACK_ORGREPO}/commits/${KEY4HEPSPACK_VERSION} /tmp/key4hep-spack.json
RUN
git clone
--filter
=
tree:0 https://github.com/
${
KEY4HEPSPACK_ORGREPO
}
.git
${
KEY4HEPSPACK_ROOT
}
\
&&
git
-C
${
KEY4HEPSPACK_ROOT
}
checkout
${
KEY4HEPSPACK_VERSION
}
\
&&
spack repo add
--scope
site
"
${
KEY4HEPSPACK_ROOT
}
"
## ========================================================================================
## ========================================================================================
## STAGE1: builder
## STAGE1: builder
## EIC builder image with spack environment
## EIC builder image with spack environment
...
...
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