-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Labels
No labels