mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-08 13:51:01 +02:00
use gateway.docker.internal for mxserver_addr
This commit is contained in:
parent
2a5675950f
commit
9f47f4e175
@ -124,7 +124,7 @@ class MemryXDetector(DetectionApi):
|
||||
# Load MemryX Model with a unique device target
|
||||
self.accl = AsyncAccl(
|
||||
self.memx_model_path,
|
||||
mxserver_addr="host.docker.internal",
|
||||
mxserver_addr="gateway.docker.internal",
|
||||
group_id=device_id, # AsyncAccl device id
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user