Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the error when you run python start.py Please wait while AGiXT is starting, this can take several minutes... Press Ctrl+C to stop the containers and exit. Executing: docker-compose -f docker-compose.yml stop && docker-compose -f docker-compose.yml pull && docker-compose -f docker-compose.yml up -d The Compose file './docker-compose.yml' is invalid because: services.agixt.environment.TOKENIZERS_PARALLELISM contains false, which is an invalid type, it should be a string, number, or a null An error occurred: Command 'docker-compose -f docker-compose.yml stop && docker-compose -f docker-compose.yml pull && docker-compose -f docker-compose.yml up -d' returned non-zero exit status 1. Signed-off-by: Birdup <[email protected]>
- Loading branch information