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

docker: make images arm64-compatible #2199

Merged
merged 17 commits into from
Jun 22, 2024

Conversation

nicoloboschi
Copy link
Collaborator

@nicoloboschi nicoloboschi commented Jun 17, 2024

Since the native build takes too much time on amd64 (more than 1hour) we disabled it.
An alternative is to let the docker emulators to get the amd64 architecture as fallback.
Currently the docker images are built with an additional manifest added by the github action (docker/build-push-action#851)
Removing the manifest will make the emulators (enabled by default on Docker Desktop for Mac now) to download and use the amd64 version

Copy link

vercel bot commented Jun 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 4:21pm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 17, 2024
Copy link

vercel bot commented Jun 18, 2024

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Jun 18, 2024

Deployment failed with the following error:

Resource is limited - try again in 35 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Jun 18, 2024

Deployment failed with the following error:

Resource is limited - try again in 14 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Jun 18, 2024

Deployment failed with the following error:

Resource is limited - try again in 10 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Jun 19, 2024

Deployment failed with the following error:

Resource is limited - try again in 17 minutes (more than 100, code: "api-deployments-free-per-day").

@nicoloboschi nicoloboschi marked this pull request as ready for review June 21, 2024 16:22
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 21, 2024
@ogabrielluiz ogabrielluiz merged commit 076498e into langflow-ai:dev Jun 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants