Skip to content

Commit 252f39c

Browse files
fix
1 parent be028b1 commit 252f39c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/linux/kitchenai-dev-qcluster.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WorkingDirectory=/root/kitchenai
2121

2222
# Ensure we're on the Docker network
2323
ExecStartPre=/usr/bin/docker network inspect kitchenai-network >/dev/null 2>&1 || /usr/bin/docker network create kitchenai-network
24-
ExecStart=/root/kitchenai/.venv/bin/python manage.py qcluster
24+
ExecStart=/root/kitchenai/.venv/bin/uv python manage.py qcluster
2525
ExecStartPost=/bin/bash -c '/usr/bin/docker network connect kitchenai-network $$'
2626

2727
# Cleanup on stop

deploy/linux/kitchenai-dev.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WorkingDirectory=/root/kitchenai
2121

2222
# Ensure we're on the Docker network
2323
ExecStartPre=/usr/bin/docker network inspect kitchenai-network >/dev/null 2>&1 || /usr/bin/docker network create kitchenai-network
24-
ExecStart=/root/kitchenai/.venv/bin/python kitchenai/ run
24+
ExecStart=/root/kitchenai/.venv/bin/uv python kitchenai/ run
2525
ExecStartPost=/bin/bash -c '/usr/bin/docker network connect kitchenai-network $$'
2626

2727
# Cleanup on stop

0 commit comments

Comments
 (0)