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

feat: Add an explicit platform declaration to the services in deploy/docker-compose.yml #342

Merged
merged 2 commits into from
May 28, 2024

Conversation

creatorrr
Copy link
Contributor

@creatorrr creatorrr commented May 27, 2024

For supporting macs and other arm based environments


🚀 This description was created by Ellipsis for commit f178178

Summary:

This PR adds an explicit linux/x86_64 platform declaration to all services in deploy/docker-compose.yml, updates image tags, and removes GPU-specific configurations to ensure compatibility with Macs and other ARM-based systems.

Key points:

  • Added platform: linux/x86_64 to all services in deploy/docker-compose.yml.
  • Ensures compatibility with Macs and other ARM-based environments.
  • Updated image tags from 1.0 to cpu-1.0 for text-embeddings-inference services.
  • Removed GPU-specific deployment configurations from text-embeddings-inference services.

Generated with ❤️ by ellipsis.dev

@creatorrr creatorrr requested a review from alt-glitch May 27, 2024 23:33
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 633d31a in 42 seconds

More details
  • Looked at 64 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_8hnLVdhV1dELZy9x


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on f178178 in 1 minute and 17 seconds

More details
  • Looked at 49 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. deploy/docker-compose.yml:49
  • Draft comment:
    The PR changes the image tags from 1.0 to cpu-1.0 for the text-embeddings-inference service. This change is not mentioned in the PR description. Please clarify if this change is intentional and update the PR description to reflect this change and its implications.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_0fkjVbKOboQMqVhZ


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@alt-glitch alt-glitch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alt-glitch alt-glitch merged commit d734550 into dev May 28, 2024
9 checks passed
@creatorrr creatorrr deleted the docker-compose-on-arm branch July 12, 2024 15:00
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