Skip to content

Commit

Permalink
Bump to use push_layered_image
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed Apr 10, 2024
1 parent 01dd706 commit 22bcc04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $ cd cog-triton


```console
$ nix build .#packages.x86_64-linux.cog-triton-builder && ./result | docker load
$ nix build .#packages.x86_64-linux.cog-triton-builder && ./result load
[...]
Loaded image: cog-triton-builder:1hz2v478b382h6qqwdgxivqqb2bm1kad
```
Expand All @@ -163,7 +163,7 @@ This command will eventually output the image id loaded into the local docker da
4. Build cog-triton-runner-86 (runner)

```console
$ nix build .#packages.x86_64-linux.cog-triton-runner-86 && ./result | docker load
$ nix build .#packages.x86_64-linux.cog-triton-runner-86 && ./result load
[..]
Loaded image: cog-triton-runner-86:zknc2pj8kx9kmmicmjmswd2yj343lpd1
```
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22bcc04

Please sign in to comment.