File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/software/container-engine Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Through the EDF, container use cases can be abstracted to the point where end us
2626
2727Let's set up a containerized Ubuntu 24.04 environment on the scratch folder (` ${SCRATCH} ` ).
2828
29- ### Step 1. Create EDF
29+ ### Step 1. Create an environment
3030
3131Save this file below as ` ubuntu.toml ` in ` ${HOME}/.edf ` directory (the default location of EDF files).
3232A more detailed explanation of each entry for the EDF can be seen in the [ EDF reference] [ ref-ce-edf-reference ] .
@@ -40,7 +40,7 @@ workdir = "/capstor/scratch/cscs/${USER}"
4040!!! note
4141 Create ` ${HOME}/.edf ` if the folder doesn't exist.
4242
43- ### Step 2. Launch a program with EDF
43+ ### Step 2. Launch a program
4444
4545Use Slurm on the login node to launch a program inside the environment.
4646Notice that the environment (EDF) is specified with the ` --environment ` option.
You can’t perform that action at this time.
0 commit comments