IArchi
IArchi
Seems weird but it solved my issue.
`dt-labeller` seems to only be suitable for arm64. My server's architecture is amd64. nodeSelector: kubernetes.io/arch: arm64 Running the DaemonSet or the NFD (even without the `nodeSelector`) failed: panic: no valid...
I've tried to deploy a very basic pod on my Kubernetes cluster. ``` from pycoral.utils.edgetpu import list_edge_tpus print(list_edge_tpus(), flush=True) ``` Running directly into a Docker container produces the following results:...
Hello, I got the same issue on Jetson Xavier NX (JP 4.6.1). I've build QT 5.9.2 from source with `-opengl es2` option. I've run the following commands to build Cloud...
Same behaviour here.