Skip to content

Commit 3a3721f

Browse files
bennyturnsclaude
andcommitted
Fix Ansible version to be compatible with Python 3.11
Update Ansible version constraint from >=2.16.0,<3.0.0 to >=9.0.0,<13.0.0 since version 13+ requires Python 3.12 and the container uses Python 3.11. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 77e8d1c commit 3a3721f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN pip install --no-cache-dir \
5454

5555
# Install Ansible for test automation
5656
RUN pip install --no-cache-dir \
57-
'ansible>=2.16.0,<3.0.0'
57+
'ansible>=9.0.0,<13.0.0'
5858

5959
# Copy repository files into the container
6060
COPY --chown=1001:0 automation/ /opt/vllm-perf/automation/

0 commit comments

Comments
 (0)