podman

  1. NapoleonWils0n

    Davinci Resolve 21 install on Freebsd with Cuda

    Installing Davinci Resolve 21 on Freebsd with Cuda using Podman Works on Wayland and X11, persistent storage for the Davinci Resolve install and configuration files. Video directory mounted from Freebsd into the Podman container for file access. Freebsd Cuda project...
  2. NapoleonWils0n

    Euerka Davinci Resolve 21 working with Cuda in a Podman container

    Euerka I have Davinci Resolve 21 working with Cuda in a Podman container Using my freebsd-cuda project https://github.com/NapoleonWils0n/freebsd-cuda I havent pushed the Davinci Resolve Podman container to github yet i have 1 or 2 things to sort out and also have to write up the...
  3. NapoleonWils0n

    jails Using Makefiles to start applications in a Podman container

    I have Ollama using Cuda running in a Podman container using this project https://github.com/NapoleonWils0n/freebsd-cuda However the issue was starting Ollama in the container required the following commands 1) change into the ollama directory cd ~/podman/freebsd-cuda/containers/ai/ollama...
  4. NapoleonWils0n

    Bhyve on Freebsd with Podman and Invidious

    Setting up Bhyve for virtual machines on Freebsd, and installing Podman for Invidious an open source front end for Youtube The advantage of using Invidious is that when playing videos with mpv, we can reduce the time it takes to play the video from 8 seconds to under 1 second. Thats because...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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?
  18. 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
  19. 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...
  20. 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...
Back
Top