Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
feat: try to build 40 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 23, 2024
1 parent 29b72b0 commit 8c8bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/templates/recipe-std.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local image(baseimage, nvidia) = {
"name": project.image_name + gen_image_tags(baseimage, nvidia),
"description": project.description,
"base-image": project.base_images + "/" + baseimage + (if (nvidia) then "-nvidia" else "-main"),
"image-version": "latest",
"image-version": "40",
"modules": std.flattenArrays(
[
gen_module_definition("shared", modules.shared),
Expand Down

0 comments on commit 8c8bdbe

Please sign in to comment.