Skip to content

Commit

Permalink
refactor: use buildLayeredImage
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Rounce <[email protected]>
  • Loading branch information
ships and srounce authored Apr 24, 2024
1 parent ae94444 commit 49fbeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/oci/inferenceql.loom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
scopes = (import ./../../../lib/mkScopes) pkgs;

loom = scopes.callPy3Package ./../../loom { };
in pkgs.dockerTools.buildImage {
in pkgs.dockerTools.buildLayeredImage {
name = "probcomp/inferenceql.loom";
tag = systemWithLinux;
fromImage = ociImgBase;
Expand Down

0 comments on commit 49fbeea

Please sign in to comment.