Context
Hi, is there any plan to publish images with VisionPro module to Docker Hub? Currently we have to build and manage the image by ourselves.
Suggested solution
We can build a docker image with VisionPro module support by the following command:
git clone https://github.com/game-ci/docker.git
cd docker/images/ubuntu/editor
docker build --platform linux/amd64 --build-arg="version=2022.3.31f1" --build-arg="module=visionos" .
Considered alternatives
If it is not published by gameci, we have to manage images by ourselves.
Additional details