Unverified Commit ead83066 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

frigate: drop onnxruntime override

This was for protobuf coexistence between onnxruntime and tensorflow and
is not needed any longer.
parent 1d914bc2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -38,11 +38,6 @@ let
          hash = "sha256-95xtUzzIxxvDtpHX/5uCHnTQTB8Fc08DZGUOR/SdKLs=";
        };
      });
      onnxruntime = super.onnxruntime.override (old: {
        onnxruntime = old.onnxruntime.override (old: {
          withFullProtobuf = true;
        });
      });
    };
  };
  python3Packages = python.pkgs;