chore: bump to 1.0.3 and harmonize onnx runtime version across nix, ci, and docker.

This commit is contained in:
Per Stark
2026-06-12 09:11:55 +02:00
parent c53ec8c0a1
commit 00453fdcbe
9 changed files with 53 additions and 68 deletions
+7 -1
View File
@@ -4,7 +4,13 @@
config,
inputs,
...
}: {
}:
let
ortVersion = lib.removeSuffix "\n" (builtins.readFile "${toString ./.}/ort-version");
in
lib.assertMsg (pkgs.onnxruntime.version == ortVersion)
"pkgs.onnxruntime.version (${pkgs.onnxruntime.version}) must match ort-version (${ortVersion})"
{
cachix.enable = false;
packages = [