Skip to content

MacOs Silicon build #20

Description

@giulialeto

There are a few extra steps to be able to build the docker containers on Apple Silicon computers. You might want to add some notes to the README.

  1. Not all images are available for Silicon architectures. Specifying to use linux images instead solves it.
    export DOCKER_DEFAULT_PLATFORM=linux/amd64

  2. The latest version of RabbitMQ crashes on Silicon architectures: in file config/dev/cab-standalone/docker-compose.yml, line 247, replace
    image: rabbitmq:3-management with image: rabbitmq:3.12-management to avoid this problem.

  3. One of the ports used by InteractiveAI by default conflicts with MacOs's Airplay port (port 5000), causing the build to fail. In config/dev/cab-standalone/docker-compose.yml, line 49, inside the cabevent service block change ports: - 5000:5000 with ports: - 5051:5000 (or some other free port).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions