File size: 163 Bytes
ee372b9 |
1 2 3 4 5 6 |
podman build --squash-all --tag bookworm:cudabuild cudabuild
#podman image prune -f
#podman save localhost/bookworm:diffusion >test.tar
#time xz -9e -T0 test.tar
|
ee372b9 |
1 2 3 4 5 6 |
podman build --squash-all --tag bookworm:cudabuild cudabuild
#podman image prune -f
#podman save localhost/bookworm:diffusion >test.tar
#time xz -9e -T0 test.tar
|