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
f4a62a0d
Prev
Next
Show latest version
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f4a62a0d
Add CUDA Post-Install commands
· f4a62a0d
Ujwal Kundur
authored
2 years ago
containers/oneapi/onedev.Dockerfile
+
7
−
0
Options
@@ -326,17 +326,24 @@ RUN --mount=type=cache,target=/var/cache/apt \
cuda-cudart-11-7
\
cuda-compat-11-7
\
&&
apt-get
-yqq
autoremove
\
<<<<<<
< HEAD
<<<<<<< HEAD
&& ln -s cuda-11.7 /usr/local/cuda \
=======
&& ln -s cuda-11.7 /usr/local/cuda && \
>>>>>>> Add CUDA Post-Install commands
&& rm -rf /var/lib/apt/lists/*
ENV
PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
ENV
LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64
<<<<<<< HEAD
=======
&& rm -rf /var/lib/apt/lists/*
>>>>>>> Add CUDA libraries
=======
>>>>>>> Add CUDA Post-Install commands
## copy over everything we need from staging in a single layer
RUN
--mount
=
from
=
staging,target
=
/staging
\
rm
-rf
/usr/local
\
Loading