File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
docs/software/container-engine Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
3131Save 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.
3233A 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}"]
3738workdir = " /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
4543Use Slurm on the login node to launch a program inside the environment.
You can’t perform that action at this time.
0 commit comments