[GH-ISSUE #6912] Frigate LXC not latest version of Frigate #1476

Closed
opened 2026-02-26 12:49:02 +03:00 by kerem · 11 comments
Owner

Originally created by @simplemice on GitHub (Aug 17, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/6912

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Frigate NVR

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

Please adapt the script so it downloads the latest release of Frigate and not version 14.1 as it does now. 16.0 is the latest stable release. Thak you!

🔄 Steps to reproduce the issue.

Run the script

Paste the full error output (if available).

No error, just downloads an older version see description

🖼️ Additional context (optional).

No response

Originally created by @simplemice on GitHub (Aug 17, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/6912 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Frigate NVR ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. Please adapt the script so it downloads the latest release of Frigate and not version 14.1 as it does now. 16.0 is the latest stable release. Thak you! ### 🔄 Steps to reproduce the issue. Run the script ### ❌ Paste the full error output (if available). No error, just downloads an older version see description ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Aug 17, 2025):

Not an issue.

<!-- gh-comment-id:3194172769 --> @MickLesk commented on GitHub (Aug 17, 2025): Not an issue.
Author
Owner

@ibruzg commented on GitHub (Aug 17, 2025):

Frigate 16.0 version has already been released and uses Python 3.11 version.

<!-- gh-comment-id:3194181526 --> @ibruzg commented on GitHub (Aug 17, 2025): Frigate 16.0 version has already been released and uses Python 3.11 version.
Author
Owner

@michelroegl-brunner commented on GitHub (Aug 17, 2025):

Yes, we know. But it is holiday season and we can not work on this 24/7, as we all habe real jobs and families. Feel free to open a PR with a updated script.
Do not expect it in the next 2 weeks..

<!-- gh-comment-id:3194336848 --> @michelroegl-brunner commented on GitHub (Aug 17, 2025): Yes, we know. But it is holiday season and we can not work on this 24/7, as we all habe real jobs and families. Feel free to open a PR with a updated script. Do not expect it in the next 2 weeks..
Author
Owner

@MickLesk commented on GitHub (Aug 17, 2025):

#6915

<!-- gh-comment-id:3194424856 --> @MickLesk commented on GitHub (Aug 17, 2025): #6915
Author
Owner

@khan3962 commented on GitHub (Sep 8, 2025):

I just want to say I truly appreciate the time you guys spend on this project! Way to carry on the torch guys!! These scripts save me so much time and effort, especially with a CT like this with hardware acceleration. Keep up the amazing work!

<!-- gh-comment-id:3265255571 --> @khan3962 commented on GitHub (Sep 8, 2025): I just want to say I truly appreciate the time you guys spend on this project! Way to carry on the torch guys!! These scripts save me so much time and effort, especially with a CT like this with hardware acceleration. Keep up the amazing work!
Author
Owner

@croessi commented on GitHub (Jan 10, 2026):

Hi,

I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps?
install_frigate.sh

<!-- gh-comment-id:3732178596 --> @croessi commented on GitHub (Jan 10, 2026): Hi, I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? [install_frigate.sh](https://github.com/user-attachments/files/24540575/install_frigate.sh)
Author
Owner

@SuperSpe commented on GitHub (Jan 30, 2026):

Hi,

I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? install_frigate.sh

tryed on the same lxc of the 0.14. got an error on installing with OVINO
openvino.tools.mo.utils.error.Error: The value for command line parameter "--transformations_config" must be existing file/directory, but "/usr/local/lib/python3.11/dist-packages/openvino/tools/mo/front/tf/ssd_v2_support.json" does not exist.

<!-- gh-comment-id:3823999645 --> @SuperSpe commented on GitHub (Jan 30, 2026): > Hi, > > I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? [install_frigate.sh](https://github.com/user-attachments/files/24540575/install_frigate.sh) tryed on the same lxc of the 0.14. got an error on installing with OVINO openvino.tools.mo.utils.error.Error: The value for command line parameter "--transformations_config" must be existing file/directory, but "/usr/local/lib/python3.11/dist-packages/openvino/tools/mo/front/tf/ssd_v2_support.json" does not exist.
Author
Owner

@croessi commented on GitHub (Jan 31, 2026):

Hi,
I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? install_frigate.sh

tryed on the same lxc of the 0.14. got an error on installing with OVINO openvino.tools.mo.utils.error.Error: The value for command line parameter "--transformations_config" must be existing file/directory, but "/usr/local/lib/python3.11/dist-packages/openvino/tools/mo/front/tf/ssd_v2_support.json" does not exist.

I checked the script again and it is working fine, but you need a Debain12 LXC, since frigate has not moved to13 yet. I got this by pulling via wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/debian.sh
and manual editing the script with nano to set debian 12 var_version="${var_version:-12}". I configured for 4GB RAM, 4 cores, 20GB Disk and GPU passthrough.
I updated the script to automatically convert the required services from s6 to systemd:

install_frigate.sh

<!-- gh-comment-id:3827983170 --> @croessi commented on GitHub (Jan 31, 2026): > > Hi, > > I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? [install_frigate.sh](https://github.com/user-attachments/files/24540575/install_frigate.sh) > > tryed on the same lxc of the 0.14. got an error on installing with OVINO openvino.tools.mo.utils.error.Error: The value for command line parameter "--transformations_config" must be existing file/directory, but "/usr/local/lib/python3.11/dist-packages/openvino/tools/mo/front/tf/ssd_v2_support.json" does not exist. I checked the script again and it is working fine, but you need a Debain12 LXC, since frigate has not moved to13 yet. I got this by pulling via `wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/debian.sh` and manual editing the script with nano to set debian 12` var_version="${var_version:-12}".` I configured for 4GB RAM, 4 cores, 20GB Disk and GPU passthrough. I updated the script to automatically convert the required services from s6 to systemd: [install_frigate.sh](https://github.com/user-attachments/files/24979761/install_frigate.sh)
Author
Owner

@SuperSpe commented on GitHub (Jan 31, 2026):

Yes I tried another time with debian 12 and go forward but it starts a wizard to install coral tpu.how to skip? If I say no the setup stops. Should I have to install even if I have not?
Il 31 gen 2026, 10:24 +0100, croessi @.***>, ha scritto:

croessi left a comment (community-scripts/ProxmoxVE#6912)

Hi,
I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? install_frigate.sh
tryed on the same lxc of the 0.14. got an error on installing with OVINO openvino.tools.mo.utils.error.Error: The value for command line parameter "--transformations_config" must be existing file/directory, but "/usr/local/lib/python3.11/dist-packages/openvino/tools/mo/front/tf/ssd_v2_support.json" does not exist.
I checked the script again and it is working fine, but you need a Debain12 LXC, since frigate has not moved to13 yet. I got this by pulling via wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/debian.sh
and manual setting var_version="${var_version:-12}". I configured for 4GB RAM, 4 cores, 20GB Disk and GPU passthrough.
I updated the script to automatically convert the required services from s6 to systemd:
install_frigate.sh

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>

<!-- gh-comment-id:3829568833 --> @SuperSpe commented on GitHub (Jan 31, 2026): Yes I tried another time with debian 12 and go forward but it starts a wizard to install coral tpu.how to skip? If I say no the setup stops. Should I have to install even if I have not? Il 31 gen 2026, 10:24 +0100, croessi ***@***.***>, ha scritto: > croessi left a comment (community-scripts/ProxmoxVE#6912) > > > Hi, > > > I created a script based on the previous LXC Frigate Scripts provided by this repo. I was able to update all the reference to the lates mentioned in the dockerfile and have successfully tested this for installing (frigate 16.0) and updating to 16.3 in a fresh lxc container. Maybe this helps? install_frigate.sh > > tryed on the same lxc of the 0.14. got an error on installing with OVINO openvino.tools.mo.utils.error.Error: The value for command line parameter "--transformations_config" must be existing file/directory, but "/usr/local/lib/python3.11/dist-packages/openvino/tools/mo/front/tf/ssd_v2_support.json" does not exist. > I checked the script again and it is working fine, but you need a Debain12 LXC, since frigate has not moved to13 yet. I got this by pulling via wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/debian.sh > and manual setting var_version="${var_version:-12}". I configured for 4GB RAM, 4 cores, 20GB Disk and GPU passthrough. > I updated the script to automatically convert the required services from s6 to systemd: > install_frigate.sh > — > Reply to this email directly, view it on GitHub, or unsubscribe. > You are receiving this because you commented.Message ID: ***@***.***>
Author
Owner

@croessi commented on GitHub (Feb 1, 2026):

Yes I tried another time with debian 12 and go forward but it starts a wizard to install coral tpu.how to skip? If I say no the setup stops. Should I have to install even if I have not?
Il 31 gen 2026, 10:24 +0100, croessi @.***>, ha scritto:

Yes it is safe to install the libs, even if not used. I forgot to mention: I'm usinsg a privileged container,

<!-- gh-comment-id:3830936516 --> @croessi commented on GitHub (Feb 1, 2026): > Yes I tried another time with debian 12 and go forward but it starts a wizard to install coral tpu.how to skip? If I say no the setup stops. Should I have to install even if I have not? > Il 31 gen 2026, 10:24 +0100, croessi ***@***.***>, ha scritto: > […](#) Yes it is safe to install the libs, even if not used. I forgot to mention: I'm usinsg a privileged container,
Author
Owner

@SuperSpe commented on GitHub (Feb 2, 2026):

I commented out the part about coral, now works like a charms!!
thanks

<!-- gh-comment-id:3832359787 --> @SuperSpe commented on GitHub (Feb 2, 2026): I commented out the part about coral, now works like a charms!! thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1476
No description provided.