Manifest error in docker using rasa-x 0.24.0

Following the docker-compose quick install guideline for rasa-x 0.24.0, I get the following error when running docker-compose up -d: manifest for rasa/rasa-x-demo:0.24.0a1 not found

It is a fresh installation on Ubuntu 16.04 LTS. The version 0.23.6 is not showing this error.

Hey @Aragorn, thanks so much for pointing out this bug. We’re going to release a fix in 0.24.1 as soon as possible, but in the meantime, you can also use this workaround:

edit the .env file to use the correct version:

cd /etc/rasa
sudo vim .env

then change the RASA_X_DEMO_VERSION from 0.24.0a1 to 0.24.0. That image should be freely available on DockerHub.

1 Like