podman

  1. NapoleonWils0n

    ComfyUI with Cuda on Freebsd

    Installing ComfyUI and ComfyUI-Manager with Cuda on Freebsd using Podman with the freebsd-cuda project. ComfyUI https://github.com/comfy-org/comfyui ComfyUI-Manager https://github.com/Comfy-Org/ComfyUI-Manager Freebsd Cuda project https://github.com/NapoleonWils0n/freebsd-cuda Freebsd Cuda...
  2. NapoleonWils0n

    general/other Comfyui installed with Podman have to install models next to test

    Just installed Comfyui using Podman with Cuda support https://github.com/comfy-org/comfyui Have to installs some models next to try everything out takes a while to download the models Also installed the Comfyui manager https://github.com/Comfy-Org/ComfyUI-Manager
  3. NapoleonWils0n

    general/other kokoro-onnx text to speech with Cuda support using Podman

    I have created a Podman container for Kokoro-onnx with Cuda support Kokoro-onnx is a light weight tts for text to speech I have also knocked up a simple python script that lets you specify a text file, voice to use and optionally an output file name Features: Supports multiple languages...
  4. NapoleonWils0n

    general/other Cuda working on Freebsd using Podman - support thread

    Run Linux command line and gui applications on FreeBSD with full Nvidia Cuda hardware acceleration. I have also posted this in the how to section But that has comments disabled by default from memory mods i created another thread so people post comments and you dont have to approve them in...
  5. NapoleonWils0n

    Cuda working on Freebsd using Podman containers

    Run Linux command line and gui applications on FreeBSD with full Nvidia Cuda hardware acceleration. https://github.com/NapoleonWils0n/freebsd-cuda Mounts the Linuxulator libraries from Freebsd into the Podman containers, so you dont need to install the Nvidia driver into the container...
  6. NapoleonWils0n

    general/other Ollama 24 working with Cuda on Freebsd using Podman

    I have managed to get Ollama 24 working with Cuda and Podman Using my new project freebsd-cuda ( which im still working on ) I have 4 Podman containers in the project 1) Ollama working with Cuda The models are stored on the Freebsd side in ~/.ollama You enter the podman container and run...
  7. NapoleonWils0n

    podman freebsd install for searxng, ollama and emacs

    podman install on freebsd for freebsd and linux containers in this video i cover setting up fstab, pf firewall, systl, linux, zfs and podman registries for podman and the differences between freebsd and linux containers and packages and commands you need to be aware of we install searxng is a...
  8. NapoleonWils0n

    general/other Cuda now working on Freebsd with a Rocky Linux Podman container

    I now have Cuda working on Freebsd using a Rocky Linux Podman container This is the python command run inside the Podman container python3 -c "import torch; print('CUDA Available:', torch.cuda.is_available()); print('Device:', torch.cuda.get_device_name(0) if torch.cuda.is_available() else...
  9. NapoleonWils0n

    general/other Freebsd Firefox Widevine for DRM playback in Rocky Linux Podman container

    Freebsd Firefox Widevine for drm playback now working in a Rocky Linux Podman container No Nvidia driver installed in the Podman container works by mounting the Linuxulator directories for the Nvidia drivers from Freebsd to the Podman container Hardware accelerated video playback persistent...
  10. A

    general/other Podman-compose having issues finding files when used on a yaml file.

    Getting the issue below which i surmise is because docker doesnt explicitly list freebsd as an OS for this. Running FreeBSD 15 with KDE plasma, using Konsole as terminal emulator, installed podman suite. I am able to run simple pods no issue, including linux ones. I am guessing i need to...
  11. F

    Bhyve vs Podman for linux

    I've been running Linux (mostly Arch) for ca 9 years and had Affinity Studio (only available for Windows), for photo editing up and running on Arch using Wine. I switched for FreeBSD (15p7) are few weeks ago and, basically, have everything that I was using before up and working. I would like to...
  12. A

    general/other Podman error when trying Debian

    Hi all! I try to use Podman on my FreeBSD 14.3-RELEASE like this: sudo podman run --rm -ite LC_ALL=C.UTF-8 --os=linux docker.io/library/debian:latest /bin/bash It's ok, I get into bash and then I try to update repo info but get error: root@4940d1d2bc8c:/# apt update Get:1...
  13. dabya

    Running Podman sets net.link.bridge.pfil_member to 1

    I noticed that any command I run in Podman will set net.link.bridge.pfil_member to 1, even if I set it to 0 before. Is that normal behaviour?
  14. rcbsdpge

    FreeBSD OCI Containers

    I'm building my first freebsd oci containers with Podman and so far the builds look good. Unfortunately FreeBSD is not supported on https://quay.io - do we just develop on DockerHub in the mean time or will there be an official FreeBSD container registry Robert
  15. D

    general/other Changing permissions for Podman socket - good idea?

    Hi, I am learning to use podman on FreeBSD, and so far everything is looking fine. I just stumbled upon the need to run podman on FreeBSD as root, which results in the podman socket (/var/run/podman/podman.sock) being only accessible by the root user as well. This is a problem when I try to...
  16. bored2tears

    Minimal pkgbase jails / chroots (Docker\OCI-like)

    Hello everyone! After some time around playing with pkgbase, I've found a way for making minimal OCI\Podman\Docker-like chroot environments where theres only an app (could be many of them, though) and its dependencies inside a chroot environment. No need for managing 500+MB bases or having...
  17. NapoleonWils0n

    bhyve n8n running on podman in a bhyve ubuntu vm

    i just installed n8n in a podman container in a bhyve ubuntu vm https://github.com/n8n-io/n8n by default n8n is set to listen on localhost so you need to change the podman command to allow access from the lan create a podman volume for the n8n data podman volume create n8n_data we need to...
  18. NapoleonWils0n

    general/other Freebsd Podman opening a Wayland application in a Ubuntu container

    I have installed the Freebsd podman-suite pkg and created a Ubuntu container The XDG_RUNTIME_DIR is mounted from Freebsd to the Ubuntu container so i can access the Wayland socket Then i installed qt5ct on Ubuntu, created a user and set up the shell and exported the xdg directories qt5ct...
Back
Top