mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-07 13:25:09 +02:00
chore: bump to 1.0.3 and harmonize onnx runtime version across nix, ci, and docker.
This commit is contained in:
+7
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user