rasafan
(Rasa Fan)
1
Hi, this is the error:
How can I bypass this? My docker-compose file for rasa training is this:
rasa:
image: rasa/rasa:latest-full
networks: ['rasa-network']
ports:
- 5005:5005
volumes:
- ./:/app
command:
- train
rasafan
(Rasa Fan)
3
I did this:
- sudo passwd root
- added my pw
- docker exec -u root -t -i CONTAINER_ID /bin/bash
- su - (typed in pw)
- apt-get install sudo -y
- sudo groupadd docker
- sudo usermod -aG docker $USER
- sudo chmod 755 models
But the error still persists, any advice?