diff --git a/docs/reference/process.md b/docs/reference/process.md index 646bebbdf4..81d36f13c1 100644 --- a/docs/reference/process.md +++ b/docs/reference/process.md @@ -232,6 +232,10 @@ The above examples will request 4 GPUs of type `nvidia-tesla-k80`. This directive is only used by certain executors. Refer to the {ref}`executor-page` page to see which executors support this directive. ::: +:::{note} +Additional options may be required to fully enable the use of accelerators. When using containers with GPUs, you must pass the GPU drivers through to the container. For Docker, this requires the option `--gpus all` in the docker run command. For Apptainer/Singularity, this requires the option `--nv`. The specific implementation details depend on the accelerator and container type being used. +::: + :::{note} The accelerator `type` option depends on the target execution platform. Refer to the platform-specific documentation for details on the available accelerators: