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
e0738b5b
Commit
e0738b5b
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dockerfile for new upstream container
parent
673fcb20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Container now includes proper environment setup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/builder/Dockerfile
+0
-3
0 additions, 3 deletions
containers/builder/Dockerfile
with
0 additions
and
3 deletions
containers/builder/Dockerfile
+
0
−
3
View file @
e0738b5b
...
@@ -25,11 +25,8 @@ RUN rm -rf $SPACK_ROOT/np-spack \
...
@@ -25,11 +25,8 @@ RUN rm -rf $SPACK_ROOT/np-spack \
&&
echo
" -
$SPACK_ROOT
/np-spack"
>>
$SPACK_ROOT
/etc/spack/repos.yaml
&&
echo
" -
$SPACK_ROOT
/np-spack"
>>
$SPACK_ROOT
/etc/spack/repos.yaml
## Install the software, building on the existing root environment.
## Install the software, building on the existing root environment.
## This is a raw builder image, so no calls to spack gc
## FIXME: eigen should be explicitly added upstream
RUN
cd
/opt/spack-environment
&&
spack
env
activate
.
\
RUN
cd
/opt/spack-environment
&&
spack
env
activate
.
\
&&
spack add npdet@master
\
&&
spack add npdet@master
\
&&
spack add eigen
\
&&
spack
install
\
&&
spack
install
\
&&
spack clean
-a
&&
spack clean
-a
...
...
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