Eric Curtin
Eric Curtin
https://github.com/containers/ramalama/discussions/1092
Closing for now... But we would probably steer towards vllm-d if we were to implement
We can do things like: ``` cat some-textfile.txt | ramalama run "Some prompt:" ``` already. Not sure if that's the kinda thing you are looking for. .pdf not quite there...
Yes, we'd have to explore what's already out there in this area and try and integrate. It's unlikely we'd do all this from scratch :)
Hit something similar: ``` $ sudo ./target/debug/bootc switch --transport oci-archive /var/tmp/bootc-image.tar (Try the bootc switch with oci-archive transport again) layers already present: 63; layers needed: 14 (24.9 GB) error: Switching:...
It's the same with --transport oci of course
@champtar thanks for the prompt response, you are a lifesaver, giving it a whirl
This might do it for development I guess: sudo bootc usroverlay sudo cp ./target/debug/bootc /usr/sbin/bootc
Thanks, I got it done anyway: https://github.com/bootc-dev/bootc/pull/1776 Someday I'll get better at working with selinux :)
@lsm5 the whole suite preferably via "make tests"