Closed Andrew-S-Rosen closed 1 year ago
In the installation guide, the apptainer instructions state:
sudo apt install apptainer
However, that did not work for me. I needed to do
sudo apt install -y software-properties-common sudo add-apt-repository -y ppa:apptainer/ppa sudo apt update sudo apt install -y apptainer
as described in the official apptainer instructions. It might be good to add this or to hyperlink to the Apptainer installation instructions for more details. That said, it's a pretty trivial find.
In the installation guide, the apptainer instructions state:
However, that did not work for me. I needed to do
as described in the official apptainer instructions. It might be good to add this or to hyperlink to the Apptainer installation instructions for more details. That said, it's a pretty trivial find.