move from apt-get to pip

This commit is contained in:
empyreus
2026-03-18 18:55:07 +00:00
parent 4742dfef39
commit b7ede93f13
2 changed files with 2 additions and 5 deletions

View File

@@ -37,7 +37,6 @@ jobs:
name: msccl-ci
container:
image: $(containerImage)
options: '--user 0:0'
steps:
- template: templates/sglang-test.yaml

View File

@@ -29,12 +29,10 @@ steps:
inputs:
targetType: inline
script: |
echo "apt update..."
apt-get update -y
echo "installing pssh..."
apt-get install -y pssh
pip install pssh
echo "installing Azure CLI..."
curl -sL https://aka.ms/InstallAzureCLIDeb | bash
pip install azure-cli
- task: DownloadSecureFile@1
name: SshKeyFile