Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Test working for ver 1.10.26 and some newbie question on docker #5

Open
believeitcode opened this issue Jun 23, 2021 · 3 comments
Open

Comments

@believeitcode
Copy link

believeitcode commented Jun 23, 2021

Hi , Thanks for building the arm images for Rasa on RPi 4 , i tested with ver 1.10.26 the rasa core server worked fine but i have yet test the actions server for it . I have question regarding to docker as i'm quite new to docker.

Question

  1. What command line or modification to docker compose file do we need to start actions server at port 5055 .

  2. Will your image work for rasa 2.x ver ?

Thanks

@believeitcode
Copy link
Author

believeitcode commented Jun 23, 2021

Btw there is some error occur when building the docker image which i think it don't affect much
Error

@koenvervloesem
Copy link
Owner

Hi,

  1. You should consult the Rasa documentation for that.
  2. I haven't found the time yet to build a Docker image for Rasa 2.x versions (see Problem with Rasa 2.0 versions #2).
  3. Yes, I have been seeing this error for a couple of releases now, but it doesn't seem to impact functionality.

@koenvervloesem
Copy link
Owner

Just for reference, this is the Docker Compose file I'm using to test the releases of my Docker images:

version: '3.7'
services:
  rasa:
    image: rasa:1.10.26
    expose:
      - 5005
    ports:
      - 5005:5005
    volumes:
      - ./app:/app
    command:
      - run
      - --cors
      - "*"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants