Skip to content

Commit 0d02740

Browse files
committed
Update index.md
1 parent d96c633 commit 0d02740

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/software/container-engine/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Let's set up a containerized Ubuntu 24.04 environment on the scratch folder (`${
2929
### Step 1. Create an environment
3030

3131
Save this file below as `ubuntu.toml` in `${HOME}/.edf` directory (the default location of EDF files).
32+
Create `${HOME}/.edf` if the folder doesn't exist.
3233
A more detailed explanation of each entry for the EDF can be seen in the [EDF reference][ref-ce-edf-reference].
3334

3435
```bash
@@ -37,9 +38,6 @@ mounts = ["/capstor/scratch/cscs/${USER}:/capstor/scratch/cscs/${USER}"]
3738
workdir = "/capstor/scratch/cscs/${USER}"
3839
```
3940

40-
!!! note
41-
Create `${HOME}/.edf` if the folder doesn't exist.
42-
4341
### Step 2. Launch a program
4442

4543
Use Slurm on the login node to launch a program inside the environment.

0 commit comments

Comments
 (0)