RASA With Docker container - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
👋 Introducing the Rasa Playground
RASA With Docker container
post by poojasingh-code on Apr 14, 2021
Hi I have been trying to configure rasa in a docker container with the help of below document
However I am getting this error, can someone please help
post by souvikg10 on Apr 14, 2021
are you using powershell or bash…
quick reminder, if this is powershell you ${pwd} instead
post by poojasingh-code on Apr 14, 2021
hey I am using windows command prompt
post by souvikg10 on Apr 15, 2021
can you try the curly braces instead of brackets? ${PWD} instead of $(pwd)
post by poojasingh-code on Apr 15, 2021
hey yes I tried and it worked thanks a lot!