-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
triagedIssue has been triagedIssue has been triaged
Description
we create podman container for run llm, and download some models from huggingface, this result diff is very large, then we run podman commit --log-level debug -f oci xxx xxx:v1, but it run slower and paused by follow codes:
1:
| rc, err = i.store.Diff("", layerID, diffOptions) |
2:
| size, err := io.Copy(writer, rc) |
and we found srcHasher take a lot of time,i wanna to kown , how can we improve commit performance?
thanks in advantage
Metadata
Metadata
Assignees
Labels
triagedIssue has been triagedIssue has been triaged