Skip to content

Commit

Permalink
Merge pull request #230 from rhatdan/quadlet
Browse files Browse the repository at this point in the history
Add TimeoutStartSec=infinity to QUADLET.image file
  • Loading branch information
rhatdan authored Apr 11, 2024
2 parents 29dbe36 + a7e14e2 commit c0f800f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 29 deletions.
1 change: 1 addition & 0 deletions recipes/common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ quadlet:
-e "s|APP_IMAGE|${APP_IMAGE}|g" \
-e "s|MODEL_IMAGE|${MODEL_IMAGE}|g" \
-e "s|CHROMADB_IMAGE|${CHROMADB_IMAGE}|g" \
-e "s|APP|${APP}|g" \
quadlet/${APP}.image \
> build/${APP}.image
sed -e "s|SERVER_IMAGE|${SERVER_IMAGE}|" \
Expand Down
10 changes: 10 additions & 0 deletions recipes/common/quadlet/app.image
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Install]
WantedBy=APP.service

[Service]
TimeoutStartSec=infinity

[Image]
Image=APP_IMAGE
Image=MODEL_IMAGE
Image=SERVER_IMAGE

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions recipes/natural_language_processing/rag/quadlet/rag.image

This file was deleted.

1 change: 1 addition & 0 deletions recipes/natural_language_processing/rag/quadlet/rag.image

This file was deleted.

0 comments on commit c0f800f

Please sign in to comment.