Skip to content

Commit 43e29fa

Browse files
Merge pull request #6500 from pacevedom/USHIFT-6853-4.21
[release-4.21] USHIFT-6853: Pin gevent dependency for ai model serving tests
2 parents 2074990 + d714a1c commit 43e29fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci-ai-model-serving/tests/07-test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ sed -i 's,url="localhost:8000",url="onnx-triton.apps.example.com",' ./client.py
144144
curl -o img1.jpg "https://www.hakaimagazine.com/wp-content/uploads/header-gulf-birds.jpg"
145145

146146
python3 -m venv ./venv/
147-
./venv/bin/python -m pip install 'tritonclient[all]==2.59' torchvision==0.22
147+
./venv/bin/python -m pip install 'tritonclient[all]==2.59' torchvision==0.22 gevent==24.2.1
148148

149149
hosts="$(hostname -i) onnx-triton.apps.example.com"
150150
if ! sudo grep -q "${hosts}" /etc/hosts; then

0 commit comments

Comments
 (0)