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 ...@@ -60,8 +60,8 @@ University of California, San Diego
## Version ## Version
1.8.1 1.8.4
## Last Updated ## Last Updated
Wednesday, August 4th, 2021 Thursday, August 12th, 2021
Bootstrap: shub Bootstrap: oras
From: mkandes/naked-singularity:ubuntu-18.04 From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04
%labels %labels
...@@ -10,7 +10,7 @@ From: mkandes/naked-singularity:ubuntu-18.04 ...@@ -10,7 +10,7 @@ From: mkandes/naked-singularity:ubuntu-18.04
AUTHOR_NAME Marty Kandes AUTHOR_NAME Marty Kandes
AUTHOR_EMAIL mkandes@sdsc.edu AUTHOR_EMAIL mkandes@sdsc.edu
LAST_UPDATED 20210427 LAST_UPDATED 20210804
%setup %setup
...@@ -126,11 +126,6 @@ From: mkandes/naked-singularity:ubuntu-18.04 ...@@ -126,11 +126,6 @@ From: mkandes/naked-singularity:ubuntu-18.04
apt-get -y libglu1-mesa apt-get -y libglu1-mesa
apt-get -y libglu1-mesa-dev 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 # Cleanup
apt-get -y autoremove --purge apt-get -y autoremove --purge
apt-get -y clean 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