From bd3804c776c504f1ef668f2f427f6fa7870b06d0 Mon Sep 17 00:00:00 2001 From: Stefan Kesselheim <s.kesselheim@fz-juelich.de> Date: Fri, 18 Feb 2022 00:13:17 +0100 Subject: [PATCH] docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32dfaaf..bcc75aa 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ the script `run_command_in_container.sh`. If you execute ``` it will invoke the Python interpreter that has been installed into the container image. You will see which python version has been installed into the container. Instead, you can, of course, execute any other command and pass arbitrary arguments. +A note on GPUs. If you want to be able to use GPUs inside of the container, you must use the [NVIDIA Container runtime](https://developer.nvidia.com/nvidia-container-runtime) and +add the flag `--runtime=nvidia` to the all calls to `docker run`. + # Export the docker container Before you start into this step, ssh to the supercomputer and also clone the repository there. ```bash -- GitLab