vincent d warmerdam
vincent d warmerdam
Strange. When I try to connect to localhost:8000 I get no response. After running docker compose it also seems like no port is opening up as this command gives nothing....
It seems like the `ngnix` container is in an infinite loop of restarting. This is a few minutes later. ``` > docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS...
Ah right, I think I found the issue. The current set up assumes that I ran a grid-search beforehand. If there's no existing gridsearch folder passed along, we get this:...
> Does the Rasa project you specify with RASA_PROJECT_DIR have pre-built models in it in the models/ folder? That is the base assumption yes. When you train a Rasa model...
Part of me is thinking "maybe it's good to take a brief moment to take a step back". I never designed these streamlit apps to be bundled together in a...
Yeah, you're right. Any environment variables should be passed through `docker-compose.yml`. Given this situation there now seem to be three options with regards to implementation. 1. We could keep everything...
I'm awaiting the release of Rasa 3.0 before adding features to this repo. The main reason is that I want to be 100% sure that the apps themselves are at...
Looks good! @omidforoqi, before I can merge your work you need to sign the CLA. Could you do that?
The CLA is required by my employer, Rasa. Since I will be accepting a code contribution on behalf of them, they want to make sure everything is ticked off legally....
That's strange. It seems like it's having trouble installing some dependencies. Just to confirm, does it also fail on `python3.7`? I don't have a windows machine so I'm not able...