diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index b62c3c574..4e0844e17 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -709,7 +709,7 @@ To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) services: frigate: container_name: frigate - image: ghcr.io/blakeblackshear/frigate:stable-arm64 + image: ghcr.io/blakeblackshear/frigate:stable-standard-arm64 restart: unless-stopped shm_size: "512mb" # update for your cameras based on calculation above volumes: @@ -727,4 +727,4 @@ services: - "host.docker.internal:host-gateway" # Required to talk to the NPU detector environment: - FRIGATE_RTSP_PASSWORD: "password" -``` \ No newline at end of file +```