Hello,
I’m trying to deploy my bot to azure so i’d be able to link it to the botframework service. I’m running my project on a windows machine. I tried to convert the bot to a docker container by following the rasa documentation https://rasa.com/docs/nlu/master/docker/#section-docker
But got this error
Unable to find image ‘rasa/rasa_core:latest’ locally latest: Pulling from rasa/rasa_core docker: image operating system “linux” cannot be used on this platform.
I am new to docker containers so i don’t really know if I’m even following the right tutorial. I already have the bot running with socket.io but I can’t use socket.io for deployment.
Do I need a docker container to deploy the bot? is this the best method to follow? Would running a VM on azure be a better alternative or an overkill? Any suggestions?