Skip to content

Commit d0fe260

Browse files
committed
Try to fix builds for Triton Inference Server on GitHub Actions
1 parent 40fdd78 commit d0fe260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tritonserver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ env:
1919
jobs:
2020
linux-x86_64:
2121
runs-on: ubuntu-20.04
22-
container: nvcr.io/nvidia/tritonserver:24.07-py3
22+
container: nvcr.io/nvidia/tritonserver:24.07-py3-min
2323
steps:
2424
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions

0 commit comments

Comments
 (0)