You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an image that is built for both linux/arm64 and linux/amd64 - how do i enforce using it on a mac?
❯ bacalhau docker run docker.io/bacalhauproject/python-runner:2024.09.24.1045
Job successfully submitted. Job ID: j-c0bfb29e-a0d8-4875-a90a-32142a543bf6
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):
TIME EXEC. ID TOPIC EVENT
11:57:56.800 / Submission Job submitted
11:57:56.815 e-53c4c1c1 Scheduling Requested execution on n-ccc40057
11:57:56.838 e-53c4c1c1 Exec Scanning rejected bid: this node does not support the available image platforms [linux/amd64] (supports
[linux/arm64])
11:57:56.849 e-d7265374 Scheduling Requested execution on n-5a8a7e9e
11:57:56.867 e-d7265374 Exec Scanning rejected bid: this node does not support the available image platforms [linux/amd64] (supports
[linux/arm64])
11:57:56.877 / Scheduling Error: not enough nodes to run job. requested: 1, available: 2, suitable: 0.
• 2 of 2 nodes: job rejected
Error: job failed
To get more details about the run, execute:
v1.5.0/bacalhau job describe j-c0bfb29e-a0d8-4875-a90a-32142a543bf6
To get more details about the run executions, execute:
v1.5.0/bacalhau job executions j-c0bfb29e-a0d8-4875-a90a-32142a543bf6
The text was updated successfully, but these errors were encountered:
This is mostly going to be addressed post v1.5.0 as most likely an existing behaviour. It worked on my arm mac, but that just means there is no deterministic behaviour on how we select the right architecture for images
I have an image that is built for both linux/arm64 and linux/amd64 - how do i enforce using it on a mac?
The text was updated successfully, but these errors were encountered: