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
!256
Testing GPUs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Testing GPUs
wdconinc-master-patch-55831
into
master
Overview
0
Commits
18
Pipelines
0
Changes
2
Closed
Wouter Deconinck
requested to merge
wdconinc-master-patch-55831
into
master
3 years ago
Overview
0
Commits
18
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 17
e094d97e
3 years ago
version 16
f833de31
3 years ago
version 15
674a776b
3 years ago
version 14
a1c07e86
3 years ago
version 13
0f46c6fc
3 years ago
version 12
76af9075
3 years ago
version 11
5f827594
3 years ago
version 10
ef6cb78f
3 years ago
version 9
d3c0de37
3 years ago
version 8
b6bf037f
3 years ago
version 7
30c0cb28
3 years ago
version 6
eb679ff7
3 years ago
version 5
54bc47aa
3 years ago
version 4
38fc6d5a
3 years ago
version 3
9bfeab9c
3 years ago
version 2
f8fd5acf
3 years ago
version 1
87e29165
3 years ago
master (base)
and
latest version
latest version
f7fb602d
18 commits,
3 years ago
version 17
e094d97e
17 commits,
3 years ago
version 16
f833de31
16 commits,
3 years ago
version 15
674a776b
15 commits,
3 years ago
version 14
a1c07e86
14 commits,
3 years ago
version 13
0f46c6fc
13 commits,
3 years ago
version 12
76af9075
12 commits,
3 years ago
version 11
5f827594
11 commits,
3 years ago
version 10
ef6cb78f
10 commits,
3 years ago
version 9
d3c0de37
9 commits,
3 years ago
version 8
b6bf037f
8 commits,
3 years ago
version 7
30c0cb28
7 commits,
3 years ago
version 6
eb679ff7
6 commits,
3 years ago
version 5
54bc47aa
5 commits,
3 years ago
version 4
38fc6d5a
4 commits,
3 years ago
version 3
9bfeab9c
3 commits,
3 years ago
version 2
f8fd5acf
2 commits,
3 years ago
version 1
87e29165
1 commit,
3 years ago
2 files
+
14
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
containers/jug/dev.Dockerfile
+
2
−
0
Options
@@ -10,11 +10,13 @@ FROM eicweb.phy.anl.gov:4567/containers/eic_container/debian_base:${INTERNAL_TAG
## instal some extra spack dependencies
RUN
--mount
=
type
=
cache,target
=
/var/cache/apt
\
rm
-f
/etc/apt/apt.conf.d/docker-clean
\
&&
sed
-i
's/main/main contrib non-free/'
/etc/apt/sources.list
\
&&
apt-get
-yqq
update
\
&&
apt-get
-yqq
install
--no-install-recommends
\
python3
\
python3-distutils
\
python-is-python3
\
nvidia-cuda-toolkit
\
&&
rm
-rf
/var/lib/apt/lists/
*
## Setup spack
Loading