Skip to content

Commit 3d810f7

Browse files
20260223 - fix
1 parent a83f911 commit 3d810f7

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

hpc.qmd

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -138,23 +138,23 @@ Steps:
138138
```bash
139139
apptainer --version
140140
```
141-
- If not available via apt (`E: Unable to locate package apptainer`), install from source (specify the version number for the latest release version available; see release versions [here](https://github.com/apptainer/apptainer/releases)):
142-
```bash
143-
export VERSION=1.4.5
144-
wget https://github.com/apptainer/apptainer/releases/download/v${VERSION}/apptainer-${VERSION}.tar.gz
145-
tar -xzf apptainer-${VERSION}.tar.gz
146-
cd apptainer-${VERSION}
147-
```
148-
- If you installed from source, build Apptainer:
149-
```bash
150-
./mconfig
151-
make -C builddir
152-
sudo make -C builddir install
153-
```
154-
- Verify installation:
155-
```bash
156-
apptainer --version
157-
```
141+
- If not available via apt (`E: Unable to locate package apptainer`), install from source (specify the version number for the latest release version available; see release versions [here](https://github.com/apptainer/apptainer/releases)):
142+
```bash
143+
export VERSION=1.4.5
144+
wget https://github.com/apptainer/apptainer/releases/download/v${VERSION}/apptainer-${VERSION}.tar.gz
145+
tar -xzf apptainer-${VERSION}.tar.gz
146+
cd apptainer-${VERSION}
147+
```
148+
- If you installed from source, build Apptainer:
149+
```bash
150+
./mconfig
151+
make -C builddir
152+
sudo make -C builddir install
153+
```
154+
- Verify installation:
155+
```bash
156+
apptainer --version
157+
```
158158
1. Create your `R` Container Definition File
159159
- Inside the Ubuntu terminal, run:
160160
```bash

0 commit comments

Comments
 (0)