Skip to content

Commit

Permalink
add quadlet.image for chatbot (containers#32)
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <[email protected]>
  • Loading branch information
sallyom authored Jan 30, 2024
1 parent bccd1c1 commit 3d89669
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions chatbot/quadlet/chatbot.image
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Install]
WantedBy=chatbot.service

[Image]
Image=quay.io/sallyom/models:llama2-7b-gguf
Image=quay.io/sallyom/chatbot:model-service
Image=quay.io/sallyom/chatbot:inference
2 changes: 1 addition & 1 deletion chatbot/quadlet/chatbot.kube.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RequiresMountsFor=%t/containers

[Kube]
# Point to the yaml file in the same directory
Yaml=chatbot.yml
Yaml=chatbot.yaml

[Service]
Restart=always
Expand Down

0 comments on commit 3d89669

Please sign in to comment.