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
1dda8dcf
Commit
1dda8dcf
authored
2 years ago
by
Ujwal Kundur
Browse files
Options
Downloads
Patches
Plain Diff
Syntax Fix
parent
8d9e4926
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
This commit is part of merge request
!338
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/oneapi/onedev.Dockerfile
+2
-2
2 additions, 2 deletions
containers/oneapi/onedev.Dockerfile
with
2 additions
and
2 deletions
containers/oneapi/onedev.Dockerfile
+
2
−
2
Edit
View file @
1dda8dcf
...
@@ -250,7 +250,7 @@ ENV CLICOLOR_FORCE=1 \
...
@@ -250,7 +250,7 @@ ENV CLICOLOR_FORCE=1 \
## Install additional packages. Remove the auto-cleanup functionality
## Install additional packages. Remove the auto-cleanup functionality
## for docker, as we're using the new buildkit cache instead.
## for docker, as we're using the new buildkit cache instead.
## We install gcc-10 and g++-10 as they are not installed by default in
## We install gcc-10 and g++-10 as they are not installed by default in
## Ubuntu 20.04.
Install CUDA runtime libraries.
## Ubuntu 20.04.
## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove
## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove
## this once afterburner is added to spack
## this once afterburner is added to spack
RUN
--mount
=
type
=
cache,target
=
/var/cache/apt
\
RUN
--mount
=
type
=
cache,target
=
/var/cache/apt
\
...
@@ -322,7 +322,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
...
@@ -322,7 +322,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
cuda-cudart-11-7
\
cuda-cudart-11-7
\
cuda-compat-11-7
\
cuda-compat-11-7
\
&&
apt-get
-yqq
autoremove
\
&&
apt-get
-yqq
autoremove
\
&&
ln
-s
cuda-11.7 /usr/local/cuda
&&
\
&&
ln
-s
cuda-11.7 /usr/local/cuda
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
ENV
PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
ENV
PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
...
...
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