
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
2013sp1, 2013sp2, 2014sp1, 2014sp2, 2014sp3, 2014sp4, 2015sp1, 2015sp2, 2015sp3, 2015sp4, 2015sp5, 2015sp6, 2016sp1, 2017, 2018For more information about this image and its history, please see its the https://github.com/mottosso/docker-maya/wiki.
To use this image and any of it's supported tags, use docker run.
bash$ docker run -ti --rm mottosso/maya
Without a "tag", this would download the latest available image of Maya. You can explicitly specify a version with a tag.
bash$ docker run -ti --rm mottosso/maya:2016sp1
Images occupy around 5 gb of virtual disk space once installed, and about 1.5 gb of bandwidth to download.
Example
This example will run the latest available version of Maya, create a new scene and save it in your current working directory.
bash$ docker run -ti -v $(pwd):/root/workdir --rm mottosso/maya $ mayapy >>> from maya import standalone, cmds >>> standalone.initialize() >>> cmds.file(new=True) >>> cmds.polySphere(radius=2) >>> cmds.file(rename="my_scene.ma") >>> cmds.file(save=True, type="mayaAscii") >>> exit() $ cp /root/maya/projects/default/scenes/my_scene.ma workdir/my_scene.ma $ exit $ cat my_scene.ma
This image builds on https://registry.hub.docker.com/u/mottosso/mayabase-centos/ which has the following software installed.
Each tag represents a particular version of Maya, such as 2016 SP1. In this image, python is an alias to maya/bin/mayapy which has the following Python packages installed via pip.
Documentation for this image is stored in the https://github.com/mottosso/docker-maya/wiki for this project.
If you have any problems with or questions about this image, please contact me through a https://github.com/mottosso/docker-maya/issues.
You are invited to contribute new features, fixes, or updates, large or small; I'm always thrilled to receive pull requests, and do my best to process them as fast as I can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务