Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix invalid type #1220

Merged
merged 1 commit into from
Jul 9, 2024
Merged

fix invalid type #1220

merged 1 commit into from
Jul 9, 2024

Conversation

birdup000
Copy link
Contributor

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.

Description

Motivation and Context

How has this been tested?

Screenshots (if appropriate)

Types of changes

Changes visible to users:

  • Bug fix (prefix: fix - non-breaking change which fixes an issue)
  • New feature (prefix: feat - non-breaking change which adds functionality)
  • Breaking change (prefix: feat!! or fix!! - fix or feature that would cause existing functionality to not work as expected)

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)
  • Infrastructure (prefix: chore - examples include GitHub Actions, issue templates)

Checklist

  • My change requires a change to the documentation.
  • My change works!

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]>
@Josh-XT Josh-XT merged commit 7be9f5e into Josh-XT:main Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants