We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a12a8 commit 1ba0ef4Copy full SHA for 1ba0ef4
autobot-slm-backend/ansible/deploy.yml
@@ -51,6 +51,12 @@
51
when: "'frontend' in role_list"
52
53
# AI/ML Roles
54
+ # python312 must be present before ai-stack creates its venv (#3538)
55
+ - name: Install Python 3.12 prerequisite for ai-stack
56
+ ansible.builtin.include_role:
57
+ name: python312
58
+ when: "'ai-stack' in role_list"
59
+
60
- name: Deploy npu-worker role
61
ansible.builtin.include_role:
62
name: npu-worker
0 commit comments