
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://img.shields.io/docker/pulls/scitran/freesurfer-recon-all.svg](https://hub.docker.com/r/scitran/freesurfer-recon-all/) https://img.shields.io/docker/stars/scitran/freesurfer-recon-all.svg](https://hub.docker.com/r/scitran/freesurfer-recon-all/)
This build context will create an image built to the https://github.com/flywheel-io/gears/tree/master/spec, which can execute Freesurfer's recon-all (v6.0.1) within Flywheel, or locally.
manifest.json file to include your license details before you build the container. Without a license the execution of the code will fail.manifest.json).Configuration for running the algorithm (and adding the license) are defined within manifest.json. The options available, along with their defaults, are described in the manifest.json file.
If you would like to use specific options in a local run of this gear you can modify the default key for each option, which will be used during the local run - executed when executed with Docker.
This Gear is designed to run within Flywheel, however you can run this Gear locally. To run recon-all from this image you can do the following:
# Note that the `recon-all` command is omitted as it is called from the `Entrypoint`. docker run --rm -ti \ -v </path/to/input/data>:/input/flywheel/v0/input/anatomical \ -v </path/for/output/data>:/output \ scitran/freesurfer-recon-all:<version-tag>
Usage Notes
-v flag) which contains your anatomical data (nifti or dicoms) in the container at /input/flywheel/v0/input/anatomical and also mount the directory where you want your output data stored at /output, see the example above.manifest.json file before building the container.您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务