Collection of cookbooks for Podman Quadlets
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.
 
 
 
 

15 lines
494 B

[Unit]
Description=podman pull vLLM image
Documentation=https://docs.vllm.ai/
# Pull/remove the image together with the vLLM target. The image is also pulled
# on demand: the vllm-model@.container template references `Image=vllm.image`, so each instance's
# generated service depends on vllm-image.service and triggers the pull.
PartOf=vllm.target
[Image]
Image=${COOKBOOK_VLLM_IMAGE}
[Service]
# Load the COOKBOOK_VLLM_IMAGE environment variable
EnvironmentFile=/etc/quadlets/vllm/vllm.env