add sam2 yolo auto annotation
This commit is contained in:
15
sam2-cpu/frigate-dev/docker/rocm/rocm.mk
Normal file
15
sam2-cpu/frigate-dev/docker/rocm/rocm.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
BOARDS += rocm
|
||||
|
||||
local-rocm: version
|
||||
docker buildx bake --file=docker/rocm/rocm.hcl rocm \
|
||||
--set rocm.tags=frigate:latest-rocm \
|
||||
--load
|
||||
|
||||
build-rocm: version
|
||||
docker buildx bake --file=docker/rocm/rocm.hcl rocm \
|
||||
--set rocm.tags=$(IMAGE_REPO):${GITHUB_REF_NAME}-$(COMMIT_HASH)-rocm
|
||||
|
||||
push-rocm: build-rocm
|
||||
docker buildx bake --file=docker/rocm/rocm.hcl rocm \
|
||||
--set rocm.tags=$(IMAGE_REPO):${GITHUB_REF_NAME}-$(COMMIT_HASH)-rocm \
|
||||
--push
|
||||
Reference in New Issue
Block a user