Description
Descreva o bug
Creating rasaptbrboilerplate_actions_1 ... done
┌────────────────────────────────────────────────────────────────────────────────┐
│ Rasa Open Source reports anonymous usage telemetry to help improve the product │
│ for all its users. │
│ │
│ If you'd like to opt-out, you can use rasa telemetry disable
. │
│ To learn more, check out https://rasa.com/docs/rasa/telemetry/telemetry. │
└────────────────────────────────────────────────────────────────────────────────┘
make: *** [Makefile:40: train] Illegal instruction (core dumped)
Passo-a-passo para reproduzir o comportamento do bug:
git clone https://github.com/lappis-unb/rasa-ptbr-boilerplate.git
cd rasa-ptbr-boilerplate/
make first-run
O erro acontece ao rodar a segunda etapa do first-run->
make build ->ok
make train -> aqui acontece o erro.
o make train roda:
docker-compose run
--rm bot
make train
Ambiente:
- SO: Centos7, rodando Docker,
- Versão [e.g. 22]
Contexto Adicional
Adicione o contexto relacionado ao problema.