/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #29006
Replies: 1 comment
-
|
Hi @a479014062! I'm Dosu and I’m helping the dify team. Here’s what’s happening: The warning RUN apt-get update && \
apt-get install -y locales && \
locale-gen en_US.UTF-8Or, if you’re using an Alpine-based image: RUN apk add --no-cache libc6-compat && \
apk add --no-cache --virtual .build-deps \
gettext && \
mkdir -p /usr/share/locale/en_US.UTF-8The error
If these don’t resolve it, check the container logs for more details and share any additional error output for deeper troubleshooting. Relevant sources: To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
dify-weaviate-1 :exec /bin/weaviate: input/output error
dify-worker-1:/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Beta Was this translation helpful? Give feedback.
All reactions