Skip to content

Commit c75807d

Browse files
authored
Update Compute-worker-installation-with-Podman.md
Added command to enable podman containers to not be shutdown after the user logs out
1 parent 30791eb commit c75807d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

documentation/docs/Organizers/Running_a_benchmark/Compute-worker-installation-with-Podman.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ sudo mkdir /codabench/data
2929
sudo chown -R $(id -u):$(id -g) /codabench
3030
```
3131

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+
3239
## For GPU compute worker VM
3340

3441
You need to install nvidia packages supporting Podman and nvidia drivers:

0 commit comments

Comments
 (0)