Skip to content

Commit

Permalink
fix triton test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phtvo committed Dec 29, 2023
1 parent 408b6ad commit f30f85b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_triton_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ on:

jobs:
triton-model-test:
runs-on: ubuntu-latest

runs-on: ubuntu-latest
container:
image: nvcr.io/nvidia/tritonserver:23.10-py3

steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit f30f85b

Please sign in to comment.