Y
Hacker News
new
|
ask
|
show
|
jobs
by
nodesocket
248 days ago
Doesn’t this mean pid 0 in the container is uv instead of python? Does uv run just spawn a child python process?
1 comments
diath
248 days ago
> Does uv run just spawn a child python process?
Yes, I suppose you could use it in conjunction with something like
https://github.com/krallin/tini
.
link
Yes, I suppose you could use it in conjunction with something like https://github.com/krallin/tini.