Eric Curtin

Results 479 comments of Eric Curtin

> > Lets say a person in enterprise is not allowed to reach out to external OCI registries like Ollama, quay.io, etc. They might pick some models to copy/cache in...

We are doing very similar things: https://github.com/containers/ramalama https://github.com/containers/omlmd I am hoping skopeo can be compatible with Ollama as it's one of our primary OCI registry tools.

> [@ericcurtin](https://github.com/ericcurtin) I think this might be [#1367](https://github.com/containers/ramalama/pull/1367) @rhatdan this is a --nocontainer execution, what's in the container won't make a difference

uv --noconatiner is also broken, home that PR fixes it.

Works fine for me, maybe post the error you are seeing, are you on the latest commit?

Try and delete just that path that is causing your breakage, if it's not a commonly used path we can likely delete it.

@ieaves does this fix your issue? https://github.com/containers/ramalama/issues/1398

I kinda want to clean some of these paths anyway, they are left around from older install techniques we don't need anymore

@CaptainN @BrayanLope5 I'm off at the moment, the issue is some "libexec" files don't get their shebang line changed accordingly it is a bug. The easiest way to fix is...

@rhatdan the root cause is package managers like brew and uv update the shebang lines to point to a certain python3 environment, with certain modules, etc. So there is still...