Replies: 2 comments 1 reply
-
Hello, The I'll try to launch the app on my new M4 and I'll report back |
Beta Was this translation helpful? Give feedback.
1 reply
-
I got the same error on my M4, I think it's because the Docker image is not built for arm64. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I have installed the dependencies (poetry and yarn). I have also run the following commands without any error:
However, when I reach the third command,
I get the error "The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine."
Here's the exact output of this last command:
the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusion[+] Running 2/0
✔ Container azimuth-web-1 Created 0.0s
✔ Container azimuth-backend-1 Created 0.0s
Attaching to backend-1, web-1
web-1 | [HPM] Proxy created: / -> http://backend:8091
web-1 | [HPM] Proxy rewrite rule created: "^/api/[^/]+/" ~> "/"
web-1 |
web-1 | API server listening on port 8080
web-1 | Server PID: 1
web-1 |
(following appears after a couple of seconds)
backend-1 | The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.
backend-1 | Fatal Python error: Aborted
backend-1 |
backend-1 | Current thread 0x00007fffff1b6740 (most recent call first):
backend-1 | File "", line 228 in _call_with_frames_removed
...
backend-1 | ...
backend-1 | Aborted
backend-1 exited with code 134
I am on Macbook M3 Pro Sequoia 15.3
I would appreciate it if you could guide me how I can tackle the problem of CPU/GPU on this system.
Regards,
Ali
Beta Was this translation helpful? Give feedback.
All reactions