容器中Python依赖和uv uvx持久化问题 #8721
Unanswered
refined-fish
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
容器目前仅持久化/data目录,但是各种插件的依赖会全局安装,这导致Compose启动的容器每次down之后或者镜像升级以后依赖都需要重新下载,拖慢启动速度,浪费下载流量。
mcp服务器部分使用的uvx和uv环境也是保存到/root目录下,同样没有持久化
求助一下各位路过的大佬,这个有没有优雅的解决方案,还是确实项目需要优化的地方(把这个变成一个issue)
Beta Was this translation helpful? Give feedback.
All reactions