From 87fd7a17929a0be8364cccbbf9390a7513bf6457 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 19 Dec 2024 17:04:26 -0800 Subject: [PATCH] Fix manifest --- .github/workflows/ci_pipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index ee014904c..043318bcf 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -121,7 +121,7 @@ jobs: credentials: username: '$oauthtoken' password: ${{ secrets.NGC_API_KEY }} - image: ${{ inputs.container }}-${{ matrix.arch }} + image: ${{ inputs.container }} strategy: fail-fast: true matrix: @@ -157,7 +157,7 @@ jobs: credentials: username: '$oauthtoken' password: ${{ secrets.NGC_API_KEY }} - image: ${{ inputs.test_container }}-${{ matrix.arch }} + image: ${{ inputs.test_container }} options: "--cap-add=sys_nice --cap-add=sys_ptrace" env: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}