Compare commits

...

2 Commits

Author SHA1 Message Date
andreas 97ad0c3eeb Merge pull request 'add -m to user creation to force home dir creation' (#1) from fix-readme-user into main
Linux CI / run-tests (push) Failing after 4m57s
Windows CI / run-tests (push) Has been cancelled
Close inactive issues / close-issues (push) Successful in 10s
Build Containers / build-and-push (cpu) (push) Failing after 9s
Build Containers / build-and-push (cuda) (push) Failing after 8s
Build Containers / build-and-push (intel) (push) Failing after 7s
Build Containers / build-and-push (musa) (push) Failing after 8s
Build Containers / build-and-push (vulkan) (push) Failing after 8s
Build Containers / delete-untagged-containers (push) Has been skipped
Reviewed-on: #1
Reviewed-by: andreas <github@aspk.de>
2026-04-27 19:32:52 +00:00
Moritz Martinius cf8bc7885a add -m to user creation to force home dir creation
Linux CI / run-tests (pull_request) Failing after 6m53s
Windows CI / run-tests (pull_request) Has been cancelled
2026-02-08 15:28:26 +01:00
+1 -1
View File
@@ -9,7 +9,7 @@ with network=none and minimize the risk of the AI escaping.
Optional, if you want to run this as a separate user
```
sudo useradd llama
sudo useradd -m llama
sudo machinectl shell llama@
```