containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

RHELAI-969: Revert "Fix long container startup times" #764

Closed javipolo closed 2 months ago

javipolo commented 2 months ago

This reverts commit 2f2d608f71d82c433e7016199b9d5ab69466d50f.

We're reverting because ilab wrapper fails when running podman commit, as it tries to write in /usr/lib/containers/storage container-storage, which is read-only:

Error: copying layers and metadata for container "4f45cf68b00c7dcce075f1fb784435accd1db1b725281d9baef3e1e4af1c400b": initializing source containers-storage:reverent_maxwell: extracting layer "05bbf1431815e7eceec338385e6bc33036661c66a7f702fd23898d9b0c85811e": unmounting layer 9e50616152e3b65bd1764bc87294cbd44869020820007dfc454dc4606485e8c3: removing mount point "/usr/lib/containers/storage/overlay/9e50616152e3b65bd1764bc87294cbd44869020820007dfc454dc4606485e8c3/merged": read-only file system

/cc @fabiendupont /cc @kwozyman /cc @n1hility

javipolo commented 2 months ago

/cc @cdvultur

rhatdan commented 2 months ago

@n1hility PTAL

n1hility commented 2 months ago

Looking into this but we need a good build so reverting for now