Docker Compose

    We have a very lightweight version of Bionic for running locally for for limited Proofs of concept. If you require features such as user management, document pipelines etc from the enterprise version then install the enterprise version instead.

    Prerequisites

    The easiest way to get running with BionicGPT is with our docker-compose.yml file. You'll need Docker installed on your machine.

    OSX and Linux

    curl -O https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/7e35190cfd91e06b05cb8ab3f746cc4a07cf68f9/infra-as-code/docker-compose.yml
    

    Windows

    Invoke-WebRequest -Uri https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/7e35190cfd91e06b05cb8ab3f746cc4a07cf68f9/infra-as-code/docker-compose.yml -OutFile docker-compose.yml
    

    And run

    docker-compose up
    

    You can then access the front end from http://localhost:3000.

    Screenshot

    Alt text