You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
403 B
11 lines
403 B
[Unit]
|
|
Description=llmsnap control-plane image build (llmsnap + systemctl over D-Bus)
|
|
Documentation=https://github.com/napmany/llmsnap
|
|
Wants=network-online.target fedora-image.service
|
|
After=network-online.target fedora-image.service
|
|
Requires=fedora-image.service
|
|
|
|
[Build]
|
|
File=/etc/quadlets/vllm/container/Containerfile
|
|
ImageTag=localhost/llmsnap:latest
|
|
SetWorkingDirectory=/etc/quadlets/vllm/container
|
|
|