Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Singularity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Singularity
Commits
9b2bfa67
Commit
9b2bfa67
authored
3 years ago
by
Marty Kandes
Browse files
Options
Downloads
Patches
Plain Diff
Update Singularity.ubuntu-18.04-cuda-11.2 to bootstrap from GHCR
parent
27c6eab1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-11.2
+3
-8
3 additions, 8 deletions
definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-11.2
with
5 additions
and
10 deletions
README.md
+
2
−
2
View file @
9b2bfa67
...
...
@@ -60,8 +60,8 @@ University of California, San Diego
## Version
1.
8.
1
1.
8.
4
## Last Updated
Wedne
sday, August
4
th, 2021
Thur
sday, August
12
th, 2021
This diff is collapsed.
Click to expand it.
definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-11.2
+
3
−
8
View file @
9b2bfa67
Bootstrap:
shub
From: mkandes/naked-singularity:ubuntu-18.04
Bootstrap:
oras
From:
ghcr.io/
mkandes/naked-singularity:ubuntu-18.04
%labels
...
...
@@ -10,7 +10,7 @@ From: mkandes/naked-singularity:ubuntu-18.04
AUTHOR_NAME Marty Kandes
AUTHOR_EMAIL mkandes@sdsc.edu
LAST_UPDATED 20210
427
LAST_UPDATED 20210
804
%setup
...
...
@@ -126,11 +126,6 @@ From: mkandes/naked-singularity:ubuntu-18.04
apt-get -y libglu1-mesa
apt-get -y libglu1-mesa-dev
# Set paths to CUDA binaries and libraries
export CUDA_HOME="/usr/local/cuda-${CUDA_VERSION}"
export PATH="${CUDA_HOME}/bin${PATH:+:${PATH}}"
export LD_LIBRARY_PATH="${CUDA_HOME}/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
# Cleanup
apt-get -y autoremove --purge
apt-get -y clean
...
...
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