We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30791eb commit c75807dCopy full SHA for c75807d
1 file changed
documentation/docs/Organizers/Running_a_benchmark/Compute-worker-installation-with-Podman.md
@@ -29,6 +29,13 @@ sudo mkdir /codabench/data
29
sudo chown -R $(id -u):$(id -g) /codabench
30
```
31
32
+You should also run the following command if you don't want the container to be shutdown when you log out of the user:
33
+```bash
34
+sudo loginctl enable-linger *username*
35
+```
36
+Make sure to use the username of the user running the podman container.
37
+
38
39
## For GPU compute worker VM
40
41
You need to install nvidia packages supporting Podman and nvidia drivers:
0 commit comments