-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/data folder permission issue when running on Linux #134
Comments
I am experiencing the same. Using Ubuntu 22.04.4 database-1 | I have attempted:
Edit: I tried to build the docker environment on Windows 10 and had the same issue. Using: 'docker compose up' |
|
Replace neo4j:neo4j under the database tag in docker-compose.yml by what @mingwu2333 suggested database: This should do the trick. |
I am having the same issue on macOS I create the folder with my user (uid 501 and guid 20) locally. The output of
I run the docker compose and I get:
|
Also had the same problem on Ubuntu 22.04 running in WSL on Windows 11 PRO host. What might be the problems? And how to fix them? Thanks. |
OS version:
Ubuntu 20.04/22.04
on Azure, no gpuCommand I use:
docker compose --profile linux up
. Also setOLLAMA_BASE_URL=http://llm:11434
in.env
Got the error below
Methods I've used:
--user=$(id -u):$(id -g)
as suggested/data
folderdocker-compose.yml
The text was updated successfully, but these errors were encountered: