-
Notifications
You must be signed in to change notification settings - Fork 28
Description

mkdir -p bot/models
docker-compose up --build coach
Building coach
Sending build context to Docker daemon 5.192MB
Step 1/5 : FROM botrequirements
---> 0810ffb2e57f
Step 2/5 : WORKDIR /bot
---> Using cache
---> 68015aa86c40
Step 3/5 : COPY ./bot /bot
---> Using cache
---> aae9d1ea02a8
Step 4/5 : COPY ./modules /modules
---> Using cache
---> 3ac6a93d786f
Step 5/5 : RUN find . | grep -E "(pycache|.pyc|.pyo$)" | xargs rm -rf
---> Using cache
---> a401317ad89a
Successfully built a401317ad89a
Successfully tagged bot-da-boss_coach:latest
Starting bot-da-boss_coach_1 ... done
Attaching to bot-da-boss_coach_1
coach_1 | rasa train -vv
coach_1 | make: *** [Makefile:21: train] Illegal instruction (core dumped)
bot-da-boss_coach_1 exited with code 2