Unverified Commit f8208f8d authored by Graham King's avatar Graham King Committed by GitHub
Browse files

chore: Pin YAML pip installs to reduce supply chain risk (#8306)


Signed-off-by: default avatarGraham King <grahamk@nvidia.com>
parent 876aeb35
...@@ -19,7 +19,7 @@ spec: ...@@ -19,7 +19,7 @@ spec:
ulimit -u 65536 ulimit -u 65536
apt update && apt install -y tmux curl jq apt update && apt install -y tmux curl jq
pip install aiperf pip install aiperf==0.6.0
echo "Waiting for model '${MODEL_NAME}' at http://${FRONTEND}:8000/v1/models..." echo "Waiting for model '${MODEL_NAME}' at http://${FRONTEND}:8000/v1/models..."
until curl -s "http://${FRONTEND}:8000/v1/models" | jq -e --arg model "${MODEL_NAME}" '.data[]? | select(.id == $model)' >/dev/null 2>&1; do until curl -s "http://${FRONTEND}:8000/v1/models" | jq -e --arg model "${MODEL_NAME}" '.data[]? | select(.id == $model)' >/dev/null 2>&1; do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment