Closed fahadshery closed 4 weeks ago
I created a data
directory in the project's directory and changed the owner ship to 999:999
.
Then started the container and it works.
another thing I noticed is that in your requirements.txt
file. The pyautogen is pinned to the 0.3.0
version.
when I exec into the container...it's changed to the pyautogen==0.2.35
why?
docker exec -it autogen-studio-autogen-studio-1 /bin/bash
autogen@d868af01bd8b:~$ cat requirements.txt
pydantic
fastapi
typer
uvicorn
arxiv
pyautogen==0.2.35
autogenstudio==0.1.5
try pulling latest and check the permissions on your data dir. Maybe docker is not running as 999 or your users uid is not 999
try pulling latest and check the permissions on your data dir. Maybe docker is not running as 999 or your users uid is not 999
My default uid is 1000 and gid is 1000 on ubuntu server. this is what most linux id defaults to
you are pre-creating the directory so you will need to ensure the permissions are correct. I suggest you move this into a volume or relax the permissions on the data directory.
Hi,
here is my
docker-compose.yml
file:I am getting the error: