We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc1632 commit fece67bCopy full SHA for fece67b
3 files changed
.gitignore
@@ -81,3 +81,13 @@ agents/**/latest-context.json.gz
81
**/*.pyc
82
**/.DS_Store
83
**/Thumbs.db
84
+
85
+# MiOS Runtime/Build Artifacts
86
+logs/
87
+*.log
88
+/artifacts/*.gz
89
+/artifacts/*.iso
90
+/artifacts/*.qcow2
91
+/artifacts/*.vhdx
92
+/artifacts/*.xz
93
+/artifacts/*.raw
etc/containers/policy.json
usr/lib/sysusers.d/50-mios-ai.conf
@@ -0,0 +1,4 @@
1
+# MiOS AI Service User
2
+u mios-ai - "MiOS AI Service User" /var/lib/mios/ai /sbin/nologin
3
+m mios-ai video
4
+m mios-ai render
0 commit comments