Skip to content

Commit

Permalink
in the change from org.cogmodel to run.cog, cog_version was also chan…
Browse files Browse the repository at this point in the history
…ged to just version
  • Loading branch information
technillogue committed May 19, 2024
1 parent 1c32915 commit 5990247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cog.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ in {
Labels = {
"run.cog.has_init" = "true";
"run.cog.config" = builtins.toJSON config.cog;
"run.cog.cog_version" = "${cfg.cog_version}";
"run.cog.version" = "${cfg.cog_version}";
# Initially we had openapi_schema here, but there is a problem with doing that:
# builtins.readFile has to generate the file to read the contents,
# and so computing the hash would require building most of the dependencies.
Expand Down

0 comments on commit 5990247

Please sign in to comment.