mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Bump ROCM to 6.4 to support RX 9070 GPUs.
This commit is contained in:
parent
898d1de875
commit
7c865d8adf
@ -15,7 +15,7 @@ ARG AMDGPU
|
|||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y wget gpg && \
|
apt install -y wget gpg && \
|
||||||
wget -O rocm.deb https://repo.radeon.com/amdgpu-install/$ROCM/ubuntu/jammy/amdgpu-install_6.3.60303-1_all.deb && \
|
wget -O rocm.deb https://repo.radeon.com/amdgpu-install/$ROCM/ubuntu/jammy/amdgpu-install_6.4.60401-1_all.deb && \
|
||||||
apt install -y ./rocm.deb && \
|
apt install -y ./rocm.deb && \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y rocm
|
apt install -y rocm
|
||||||
|
@ -2,7 +2,7 @@ variable "AMDGPU" {
|
|||||||
default = "gfx900"
|
default = "gfx900"
|
||||||
}
|
}
|
||||||
variable "ROCM" {
|
variable "ROCM" {
|
||||||
default = "6.3.3"
|
default = "6.4.1"
|
||||||
}
|
}
|
||||||
variable "HSA_OVERRIDE_GFX_VERSION" {
|
variable "HSA_OVERRIDE_GFX_VERSION" {
|
||||||
default = ""
|
default = ""
|
||||||
|
@ -12,7 +12,7 @@ local-rocm: version
|
|||||||
--set rocm.tags=frigate:latest-rocm-$(word 1,$(subst :, ,$(chipset))) \
|
--set rocm.tags=frigate:latest-rocm-$(word 1,$(subst :, ,$(chipset))) \
|
||||||
--load \
|
--load \
|
||||||
&&) true
|
&&) true
|
||||||
|
|
||||||
unset HSA_OVERRIDE_GFX_VERSION && \
|
unset HSA_OVERRIDE_GFX_VERSION && \
|
||||||
HSA_OVERRIDE=0 \
|
HSA_OVERRIDE=0 \
|
||||||
AMDGPU=gfx \
|
AMDGPU=gfx \
|
||||||
|
Loading…
Reference in New Issue
Block a user