This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Frigate NVR on MacBook Pro M4 — Setup Guide | |
| Based on the official Frigate documentation and Apple Silicon Detector project. | |
| **Sources:** | |
| - https://docs.frigate.video/frigate/installation/#macos---apple-silicon | |
| - https://docs.frigate.video/configuration/object_detectors#apple-silicon-detector | |
| - https://github.com/frigate-nvr/apple-silicon-detector | |
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker build . --build-arg MODEL_SIZE=t --build-arg IMG_SIZE=320 --output . -f- <<'EOF' | |
| FROM python:3.11 AS build | |
| RUN apt-get update && apt-get install --no-install-recommends -y cmake libgl1 && rm -rf /var/lib/apt/lists/* | |
| COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/ | |
| WORKDIR /yolov9 | |
| ADD https://github.com/WongKinYiu/yolov9.git . | |
| RUN uv pip install --system -r requirements.txt | |
| RUN uv pip install --system onnx==1.18.0 onnxruntime onnx-simplifier==0.4.* onnxscript | |
| ARG MODEL_SIZE | |
| ARG IMG_SIZE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| mkdir CA | |
| openssl genrsa -aes256 -out CA/rootCA.key 4096 | |
| openssl req -x509 -new -nodes -key CA/rootCA.key -sha256 -days 3650 -out CA/rootCA.crt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind: Deployment | |
| apiVersion: apps/v1 | |
| metadata: | |
| name: kafka-consumer-perf-test | |
| spec: | |
| replicas: 12 | |
| selector: | |
| matchLabels: | |
| app: kafka-consumer-perf-test | |
| template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "__inputs": [ | |
| { | |
| "name": "DS_PROMETHEUS", | |
| "label": "Prometheus", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last):\n File \"/usr/bin/google-cloud-sdk/bin/bootstrapping/gsutil.py\", line 123, in \u003cmodule\u003e\n exceptions.HandleError(e, 'gsutil')\n File \"/usr/bin/google-cloud-sdk/lib/googlecloudsdk/calliope/exceptions.py\", line 527, in HandleError\n core_exceptions.reraise(exc)\n File \"/usr/bin/google-cloud-sdk/lib/googlecloudsdk/core/exceptions.py\", line 146, in reraise\n six.reraise(type(exc_value), exc_value, tb)\n File \"/usr/bin/google-cloud-sdk/bin/bootstrapping/gsutil.py\", line 121, in \u003cmodule\u003e\n main()\n File \"/usr/bin/google-cloud-sdk/bin/bootstrapping/gsutil.py\", line 48, in main\n if account in c_gce.Metadata().Accounts():\n File \"/usr/bin/google-cloud-sdk/lib/googlecloudsdk/core/credentials/gce.py\", line 76, in Inner\n return f(self, *args, **kwargs)\n File \"/usr/bin/google-cloud-sdk/lib/googlecloudsdk/core/credentials/gce.py\", line 160, in Accounts\n gce_read.GOOGLE_GCE_METADATA_ACCOUNTS_URI + '/')\n File \"/usr/bin/googl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operation failed with error: | |
| generic::invalid_argument: terraform apply failed, error: exit status 1, stderr: | |
| Error: Error applying plan: | |
| 1 error occurred: | |
| \t* cse_kube_config.service: 1 error occurred: | |
| \t* cse_kube_config.service: unable to call kubectl. out: , err: timeout calling /export/hda3/borglet/remote_package_fs_dirs/mpm.cloud__saas_accelerator__management__terraform.v1-9ad7ed5a_b33f8550_ff667d27_fc29bc8c_80775178.m0.d0.c0.it4500.firstclass.f4ff7cb2d10bf1e60b84e6a919ef5f49.cloud-control2-terraform-engine.138509999084/mount_point/kubectl [--insecure-skip-tls-verify=true --server=http://localhost:32979 apply -f -]. Last stderr: Error from server (BadRequest): error when creating \"STDIN\": Job in version \"v1\" cannot be handled as a Job: v1.Job.Spec: v1.JobSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.v1.EnvVar.Value: ReadString: expects \" or n, but found 1, error found in #10 byte of ...|,\"value\":1},{\"name\":|..., bigger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === FAIL: pkg/logs TestGetRunningBuildLogsWithMatchingBuildPods (0.04s) | |
| WARNING: Failed to retrieve team settings: failed to create the jx client: namespaces "jx" not found - falling back to default settings... | |
| EOF | |
| Showing logs for build fakeowner/fakerepo/fakebranch/1 stage app-extension and container build-step-credential-initializer-xht92 | |
| Pod logs... | |
| Showing logs for build fakeowner/fakerepo/fakebranch/1 stage app-extension and container build-step-working-dir-initializer-8c9w5 | |
| Showing logs for build fakeowner/fakerepo/fakebranch/1 stage app-extension and container build-step-place-tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| error: upgrading helm chart '.': failed to run 'kubectl apply --recursive -f /var/folders/qr/h482727j4dvc7qphqfkvws1r0000gn/T/helm-template-workdir-095494330/jxing/output/namespaces/kube-system -l jenkins.io/chart-release=jxing --namespace kube-system --wait --validate=false' command in directory '/var/folders/qr/h482727j4dvc7qphqfkvws1r0000gn/T/jx-helm-apply-728712013/jxing', output: 'clusterrole.rbac.authorization.k8s.io/jxing-nginx-ingress unchanged | |
| clusterrolebinding.rbac.authorization.k8s.io/jxing-nginx-ingress unchanged | |
| configmap/jxing-nginx-ingress-controller unchanged | |
| deployment.extensions/jxing-nginx-ingress-controller configured | |
| deployment.extensions/jxing-nginx-ingress-default-backend configured | |
| role.rbac.authorization.k8s.io/jxing-nginx-ingress unchanged | |
| rolebinding.rbac.authorization.k8s.io/jxing-nginx-ingress unchanged | |
| serviceaccount/jxing-nginx-ingress unchanged | |
| Error from server (Invalid): error when applying patch: | |
| {"spec":{"clusterIP":""}} |
NewerOlder