mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-22 08:57:20 -06:00
Set Compute Level for CI build (#10276)
This commit is contained in:
parent
ccb5e05e3e
commit
8bfc0c98dc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
tags: ${{ steps.setup.outputs.image-name }}-amd64
|
||||
cache-from: type=registry,ref=${{ steps.setup.outputs.cache-name }}-amd64
|
||||
- name: Build and push TensorRT (x86 GPU)
|
||||
env:
|
||||
COMPUTE_LEVEL: "50 60 70 80 90"
|
||||
uses: docker/bake-action@v4
|
||||
with:
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user