Forum Discussion
michaelwangRaritan
Jan 06, 2022Copper Contributor
Can we build custom vision docker container on ARM64 architecture?
Since the dockerfile template downloaded from custom vision model contained python wrapper library "mscviplib" which is imported in "score.py", and the wheel file in pypi website shows "...-manylinux2014_x86_64.whl". Does it mean that we can't build such custom vision model container on edge device based on ARM64 structure like Nvidia Jetson Xavier?
- David VescoviCopper Contributor
I would like to know the answer to this also. It appears to also be imported in object_detection.py.