Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
image = "library/ubuntu:24.04"
mounts = ["/capstor/scratch/cscs/${USER}<username>:/capstor/scratch/cscs/${USER}<username>"]
workdir = "/capstor/scratch/cscs/${USER}<username>"

Note: Ensure that your ${USER} environment variable is defined with your actual username.Enter your actual username insead of the <username> placeholder in the example above

Save this file as ubuntu.toml file in $HOME/.edf directory (which is the default location of EDF files). A more detailed explanation of each entry for the EDF can be seen in the EDF reference.

...