I have done a fresh install of netpalm but the containers do not stay UP.
(py3venv) [developer@devbox ~]$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
802b12dd5126 netpalm_netpalm-worker-fifo "python3 worker.py f…" About an hour ago Restarting (1) 26 seconds ago netpalm_netpalm-worker-fifo_1
ce39b3e672e8 netpalm_netpalm-worker-pinned "python3 worker.py p…" About an hour ago Restarting (1) 6 seconds ago netpalm_netpalm-worker-pinned_1
706c38ed13ec netpalm_netpalm-controller "/bin/sh -c 'gunicor…" About an hour ago Up 7 seconds 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp netpalm_netpalm-controller_1
300a7e0bfa37 netpalm_redis "docker-entrypoint.s…" About an hour ago Up About an hour 6379/tcp netpalm_redis_1
This is the error I am getting when running docker-compose not in background
netpalm-worker-fifo_1 | TypeError: To define root models, use `pydantic.RootModel` rather than a field called '__root__'
I have done a fresh install of netpalm but the containers do not stay UP.
This is the error I am getting when running docker-compose not in background