Skip to content

Podman - Error: Unable to resolve writable runtime directory #2420

Description

@zepanv

Platform

Linux/Arch

Lemonade Version

10.8.1

GPU / APU Model

AMD Radeon 7900XT

Component

Other / Not sure

Bug Description

[lemonade] | 2026-06-25 14:02:56.172 [Error] (main) Error: Unable to resolve writable runtime directory from XDG_RUNTIME_DIR or RUNTIME_DIRECTORY

Steps to Reproduce

docker-compose file (worked in the past)

services:
lemonade:
image: ghcr.io/lemonade-sdk/lemonade-server:latest
container_name: lemonade-server
userns_mode: keep-id
ports:
- "13305:13305"
devices:
- /dev/kfd
- /dev/dri
environment:
- LEMONADE_LLAMACPP_BACKEND=rocm
- LEMONADE_EXTRA_MODELS_DIR=/models
- HSA_OVERRIDE_GFX_VERSION=11.0.0
- LEMONADE_HOST=0.0.0.0
volumes:
# Lemonade's own state
- ./hf:/root/.cache/huggingface
- ./llama:/opt/lemonade/llama
# Config dir — edit recipe_options.json and user_models.json here
- ./config:/root/.cache/lemonade
# All models — read-only
- ${HOME}/llm/models:/models:ro
restart: unless-stopped

Expected vs Actual Behavior

No response

Log Output

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions