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
!338
Base oneapi_jug_xl off jug_xl
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Base oneapi_jug_xl off jug_xl
ujwalk-oneapi-cuda-patch
into
master
Overview
5
Commits
15
Pipelines
0
Changes
4
Merged
Ujwal Kundur
requested to merge
ujwalk-oneapi-cuda-patch
into
master
2 years ago
Overview
3
Commits
15
Pipelines
0
Changes
4
Expand
Use baseargs in Dockerfiles to base oneapi_jug_xl off jug_xl
Edited
2 years ago
by
Ujwal Kundur
0
0
Merge request reports
Compare
master
version 14
697070b8
2 years ago
version 13
62d66c54
2 years ago
version 12
a048338f
2 years ago
version 11
a72fff6f
2 years ago
version 10
2501d654
2 years ago
version 9
0e5d28ee
2 years ago
version 8
b770f105
2 years ago
version 7
143605f5
2 years ago
version 6
e5cbdc8f
2 years ago
version 5
f5d30a52
2 years ago
version 4
7ca6fd8a
2 years ago
version 3
ba439dac
2 years ago
version 2
c3607c85
2 years ago
version 1
162c2494
2 years ago
master (base)
and
latest version
latest version
60887d06
15 commits,
2 years ago
version 14
697070b8
15 commits,
2 years ago
version 13
62d66c54
14 commits,
2 years ago
version 12
a048338f
15 commits,
2 years ago
version 11
a72fff6f
14 commits,
2 years ago
version 10
2501d654
19 commits,
2 years ago
version 9
0e5d28ee
18 commits,
2 years ago
version 8
b770f105
16 commits,
2 years ago
version 7
143605f5
15 commits,
2 years ago
version 6
e5cbdc8f
14 commits,
2 years ago
version 5
f5d30a52
13 commits,
2 years ago
version 4
7ca6fd8a
5 commits,
2 years ago
version 3
ba439dac
5 commits,
2 years ago
version 2
c3607c85
3 commits,
2 years ago
version 1
162c2494
2 commits,
2 years ago
4 files
+
13
−
127
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
containers/jug/xl.Dockerfile
+
3
−
2
Options
#syntax=docker/dockerfile:1.2
#syntax=docker/dockerfile:1.2
ARG
DOCKER_REGISTRY="eicweb.phy.anl.gov:4567/containers/eic_container/"
ARG
DOCKER_REGISTRY="eicweb.phy.anl.gov:4567/containers/eic_container/"
ARG
INTERNAL_TAG="testing"
ARG
INTERNAL_TAG="testing"
ARG
BASEIMAGE="jug_dev"
## ========================================================================================
## ========================================================================================
## STAGE1: spack builder image
## STAGE1: spack builder image
## EIC builder image with spack
## EIC builder image with spack
## ========================================================================================
## ========================================================================================
FROM
${DOCKER_REGISTRY}
jug_dev
:${INTERNAL_TAG}
FROM
${DOCKER_REGISTRY}
${BASEIMAGE}
:${INTERNAL_TAG}
ARG
EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG
EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG
JUGGLER_VERSION="master"
ARG
JUGGLER_VERSION="master"
Loading