Skip to content
Snippets Groups Projects
Commit 9b2bfa67 authored by Marty Kandes's avatar Marty Kandes
Browse files

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
......@@ -60,8 +60,8 @@ University of California, San Diego
## Version
1.8.1
1.8.4
## Last Updated
Wednesday, August 4th, 2021
Thursday, August 12th, 2021
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 20210427
LAST_UPDATED 20210804
%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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment