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
Merge requests
!9
Merge in new feature version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge in new feature version
staging
into
master
Overview
0
Commits
5
Pipelines
0
Changes
7
Merged
Sylvester Joosten
requested to merge
staging
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
7
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
93ec84fc
5 commits,
4 years ago
7 files
+
12
−
11
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
containers/builder/Dockerfile
+
1
−
0
Options
@@ -19,6 +19,7 @@ ENV DOCKERFILE_BASE=ubuntu \
@@ -19,6 +19,7 @@ ENV DOCKERFILE_BASE=ubuntu \
## Ensure an up-to-date custom package list
## Ensure an up-to-date custom package list
RUN
rm
-rf
$SPACK_ROOT
/np-spack
\
RUN
rm
-rf
$SPACK_ROOT
/np-spack
\
&&
echo
"Update spack for v2.1.3"
\
&&
git clone https://eicweb.phy.anl.gov/EIC/np-spack.git
$SPACK_ROOT
/np-spack
\
&&
git clone https://eicweb.phy.anl.gov/EIC/np-spack.git
$SPACK_ROOT
/np-spack
\
&&
cd
$SPACK_ROOT
/np-spack
&&
git checkout v
`
spack
--version
`
&&
cd
-
\
&&
cd
$SPACK_ROOT
/np-spack
&&
git checkout v
`
spack
--version
`
&&
cd
-
\
&&
rm
-rf
$SPACK_ROOT
/np-spack/.git
\
&&
rm
-rf
$SPACK_ROOT
/np-spack/.git
\
Loading