Skip to content

Error Running llms in Docker on WSL #16

@irosyadi

Description

@irosyadi

I'm attempting to run llms using pre-built Docker images on Windows WSL. After pulling the latest image, an error occurs during execution.

Here are the commands I'm using:

docker pull ghcr.io/servicestack/llms:latest
docker run -p 8000:8000 -e GROQ_API_KEY=$GROQ_API_KEY ghcr.io/servicestack/llms:latest

The specific error message is as follows:

ERROR: Failed to load extension computer parser: Could not determine screen resolution. No supported display server found.
ERROR: Failed to install extension computer: Could not determine screen resolution. No supported display server found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions