Hi, thanks for asking.
Because the docker container exits immediately after, I’m afraid this is more than a warning:
$ docker run -p 5005:5005 -v $(pwd)/models:/app/models rasa/rasa:latest run
2019-08-03 19:50:33.942955: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS
54cc5db882ae rasa/rasa:latest "rasa run" 3 minutes ago Exited (139) 3 minutes ago
Are you implying it should work?