Skip to content

Commit 5e0ca9b

Browse files
committed
Try build again
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 40cc54e commit 5e0ca9b

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/build-trtllm-vllm-image.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -92,37 +92,10 @@ jobs:
9292
cicd-container-build:
9393
needs: [pre-flight]
9494
runs-on: azure-gpu-vm-runner13
95-
environment: nemo-ci
9695
steps:
9796
- name: Checkout
9897
uses: actions/checkout@v4
9998

100-
- name: Setup python
101-
uses: actions/setup-python@v5
102-
with:
103-
python-version: 3.12
104-
105-
- name: Install Azure CLI
106-
shell: bash
107-
run: |
108-
echo "::group::Install Azure CLI"
109-
# Create systemd override for proper dependencies
110-
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
111-
echo "::endgroup::"
112-
113-
- name: Azure Login
114-
uses: azure/login@v2
115-
with:
116-
client-id: ${{ secrets.AZURE_CLIENT_ID }}
117-
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
118-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
119-
auth-type: IDENTITY
120-
121-
- name: Azure ACR Login
122-
shell: bash
123-
run: |
124-
az acr login --name nemoci
125-
12699
- name: Set up Docker Buildx
127100
uses: docker/setup-buildx-action@v3
128101

0 commit comments

Comments
 (0)