You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Contexto Adicional
Adicione o contexto relacionado ao problema.
The text was updated successfully, but these errors were encountered: