Self hosted AI Starter Kit - No usable system locales were found

Describe the problem/error/question

  • I am not sure what the issue is.
  • I entered the commands that are mentioned on the github page for Nvidia GPU users.
  • After the commands are entered and everything is downloaded and it attempts to create the containers, it mentions that there are no usable system locales.
  • Commands:
    git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
    cd self-hosted-ai-starter-kit
    docker compose --profile gpu-nvidia up
    

What is the error message (if any)?

✔ Container qdrant                                      Created                                                 126.2s
 ✔ Container ollama                                      Created                                                 126.2s
 ✔ Container ollama-pull-llama                           Created                                                   3.0s
 ✔ Container n8n-import                                  Created                                                   2.7s
 ✔ Container n8n                                         Created                                                   2.7s
Attaching to n8n, n8n-import, ollama, ollama-pull-llama, qdrant, postgres-1
postgres-1         | The files belonging to this database system will be owned by user "postgres".
postgres-1         | This user must also own the server process.
postgres-1         |
postgres-1         | The database cluster will be initialized with locale "en_US.utf8".
qdrant             |            _                 _
postgres-1         | The default database encoding has accordingly been set to "UTF8".
qdrant             |   __ _  __| |_ __ __ _ _ __ | |_
postgres-1         | The default text search configuration will be set to "english".
qdrant             |  / _` |/ _` | '__/ _` | '_ \| __|
postgres-1         |
qdrant             | | (_| | (_| | | | (_| | | | | |_
postgres-1         | Data page checksums are disabled.
qdrant             |  \__, |\__,_|_|  \__,_|_| |_|\__|
postgres-1         |
qdrant             |     |_|
postgres-1         | fixing permissions on existing directory /var/lib/postgresql/data ... ok
qdrant             |
postgres-1         | creating subdirectories ... ok
qdrant             | Version: 1.11.1, build: 8a46eb12
postgres-1         | selecting dynamic shared memory implementation ... posix
qdrant             | Access web UI at http://localhost:6333/dashboard
postgres-1         | selecting default max_connections ... 100
qdrant             |
postgres-1         | selecting default shared_buffers ... 128MB
qdrant             | 2024-08-28T04:04:36.453595Z  INFO storage::content_manager::consensus::persistent: Initializing new raft state at ./storage/raft_state.json
postgres-1         | selecting default time zone ... UTC
postgres-1         | creating configuration files ... ok
postgres-1         | running bootstrap script ... ok
postgres-1         | sh: locale: not found
postgres-1         | 2024-08-28 04:04:37.271 UTC [35] WARNING:  no usable system locales were found
qdrant             | 2024-08-28T04:04:38.136826Z  INFO qdrant: Distributed mode disabled
qdrant             | 2024-08-28T04:04:38.136895Z  INFO qdrant: Telemetry reporting enabled, id: d2837def-866e-43e6-90fe-509aae3ec2da
qdrant             | 2024-08-28T04:04:38.144866Z  INFO qdrant::actix: TLS disabled for REST API
qdrant             | 2024-08-28T04:04:38.145036Z  INFO qdrant::actix: Qdrant HTTP listening on 6333
qdrant             | 2024-08-28T04:04:38.145068Z  INFO actix_server::builder: Starting 11 workers
qdrant             | 2024-08-28T04:04:38.145081Z  INFO actix_server::server: Actix runtime found; starting in Actix runtime
qdrant             | 2024-08-28T04:04:38.153721Z  INFO qdrant::tonic: Qdrant gRPC listening on 6334
postgres-1         | performing post-bootstrap initialization ... ok
qdrant             | 2024-08-28T04:04:38.153764Z  INFO qdrant::tonic: TLS disabled for gRPC API
Gracefully stopping... (press Ctrl+C again to force)
dependency failed to start: container self-hosted-ai-starter-kit-postgres-1 is unhealthy
PS C:\Users\justi\self-hosted-ai-starter-kit> nable Watch

Information on your n8n setup

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Spectrem12

Can you share which docker engine you are using and what your config are for it?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.