Podman compatibility #6260
Unanswered
S4r4h-O
asked this question in
Troubleshooting
Replies: 2 comments
-
Additional logs |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you read this user guide on installing podman? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
OS: Win11 24H2 26100.1742
Podman version 5.4.0
Installed via git clone https://github.com/danny-avila/LibreChat.git -> cd LibreChat -> copy .env.example .env -> podman-compose up -d
All the containers stop after a few seconds: https://imgur.com/a/hK0wzL0
With podman compose up -d I get the errors:
time="2025-03-09T15:03:35-03:00" level=warning msg="The "UID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:03:35-03:00" level=warning msg="The "GID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:03:35-03:00" level=warning msg="The "UID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:03:35-03:00" level=warning msg="The "GID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:03:35-03:00" level=warning msg="The "UID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:03:35-03:00" level=warning msg="The "GID" variable is not set. Defaulting to a blank string."
[+] Running 58/58
✔ meilisearch Pulled 44.7s
✔ vectordb Pulled 27.1s
✔ api Pulled 85.9s
✔ mongodb Pulled 86.0s
✔ rag_api Pulled 86.0s
[+] Running 2/5
✔ Network librechat_default Created 0.1s
✔ Volume "librechat_pgdata2" Created 0.1s
Error response from daemon: container create: statfs /mnt/c/Users/Sarah/Desktop/IA/LibreChat/meili_data_v1.12: no such file or directory
Error: executing C:\Users\Sarah\AppData\Local\Microsoft\WindowsApps\docker-compose.exe up -d: exit status 1
With podman compose up --build:
time="2025-03-09T15:07:31-03:00" level=warning msg="The "UID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:07:31-03:00" level=warning msg="The "GID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:07:31-03:00" level=warning msg="The "UID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:07:31-03:00" level=warning msg="The "GID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:07:31-03:00" level=warning msg="The "UID" variable is not set. Defaulting to a blank string."
time="2025-03-09T15:07:31-03:00" level=warning msg="The "GID" variable is not set. Defaulting to a blank string."
[+] Running 1/4
✔ Container vectordb Running 0.0s
Error response from daemon: container create: statfs /mnt/c/Users/Sarah/Desktop/IA/LibreChat/data-node: no such file or directory
Error: executing C:\Users\Sarah\AppData\Local\Microsoft\WindowsApps\docker-compose.exe up --build: exit status 1
Version Information
Latest to this day (09/03/25, dd/mm/yy)
Steps to Reproduce
Written above
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions