Publish image with VisionPro module to Docker Hub
Open
enhancement
help wanted
- Dominant language
- Dockerfile
- Stars
- 470
- Forks
- 140
- PR merge metrics
- No merged PRs in 30d
Description
**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:
```sh
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**
Contributor guide
Assessment
This issue has not been assessed yet.