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
1
Merged
Ujwal Kundur
requested to merge
ujwalk-oneapi-cuda-patch
into
master
2 years ago
Overview
3
Commits
15
Pipelines
0
Changes
1
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
Viewing commit
f5480fbf
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f5480fbf
Change Base OneAPI kit to HPC-kit
· f5480fbf
Ujwal Kundur
authored
2 years ago
containers/oneapi/onedev.Dockerfile
+
1
−
1
Options
@@ -237,7 +237,7 @@ RUN chmod a+x /usr/local/bin/mc
@@ -237,7 +237,7 @@ RUN chmod a+x /usr/local/bin/mc
## Use Intel's HPC-kit and Create Lean image from staging
## Use Intel's HPC-kit and Create Lean image from staging
## ========================================================================================
## ========================================================================================
FROM
intel/oneapi-
base
kit:2022.2-devel-ubuntu20.04
AS
oneapi
FROM
intel/oneapi-
hpc
kit:2022.2-devel-ubuntu20.04
AS
oneapi
COPY
bashrc /root/.bashrc
COPY
bashrc /root/.bashrc
Loading