
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
l4t-pytorch是专为NVIDIA Jetson平台优化的Docker镜像,集成了PyTorch及其相关组件,适用于在Jetson设备上进行深度学习模型开发、训练和推理。该镜像基于L4T (Linux for Tegra)系统,提供了完整的PyTorch深度学习环境,支持GPU加速和TensorRT优化。
| l4t-pytorch | |
|---|---|
| 构建状态 | |
| 系统要求 | L4T ['>=32.6'] |
| 依赖项 | https://github.com/dusty-nv/jetson-containers/tree/master/packages/build/build-essential https://github.com/dusty-nv/jetson-containers/tree/master/packages/cuda/cuda https://github.com/dusty-nv/jetson-containers/tree/master/packages/cuda/cudnn https://github.com/dusty-nv/jetson-containers/tree/master/packages/build/python https://github.com/dusty-nv/jetson-containers/tree/master/packages/numpy https://github.com/dusty-nv/jetson-containers/tree/master/packages/build/cmake/cmake_pip https://github.com/dusty-nv/jetson-containers/tree/master/packages/onnx https://github.com/dusty-nv/jetson-containers/tree/master/packages/pytorch https://github.com/dusty-nv/jetson-containers/tree/master/packages/pytorch/torchvision https://github.com/dusty-nv/jetson-containers/tree/master/packages/pytorch/torchaudio https://github.com/dusty-nv/jetson-containers/tree/master/packages/tensorrt https://github.com/dusty-nv/jetson-containers/tree/master/packages/pytorch/torch2trt https://github.com/dusty-nv/jetson-containers/tree/master/packages/opencv https://github.com/dusty-nv/jetson-containers/tree/master/packages/cuda/pycuda |
| 仓库/标签 | 日期 | 架构 | 大小 |
|---|---|---|---|
| https://hub.docker.com/r/dustynv/l4t-pytorch/tags | 2023-12-14 | arm64 | 1.2GB |
| https://hub.docker.com/r/dustynv/l4t-pytorch/tags | 2023-12-11 | arm64 | 5.6GB |
| https://hub.docker.com/r/dustynv/l4t-pytorch/tags | 2023-12-14 | arm64 | 5.6GB |
| https://hub.docker.com/r/dustynv/l4t-pytorch/tags | 2023-12-12 | arm64 | 5.6GB |
| https://hub.docker.com/r/dustynv/l4t-pytorch/tags | 2023-12-14 | arm64 | 7.3GB |
容器镜像与JetPack/L4T的其他次要版本兼容: • L4T R32.7容器可在L4T R32.7的其他版本上运行(JetPack 4.6+) • L4T R35.x容器可在L4T R35.x的其他版本上运行(JetPack 5.1+)
要启动容器,可以使用jetson-containers run和autotag,或手动组合docker run命令:
bash# 自动拉取或构建兼容的容器镜像 jetson-containers run $(autotag l4t-pytorch) # 或显式指定上述容器镜像之一 jetson-containers run dustynv/l4t-pytorch:r36.2.0 # 或使用'docker run'(指定镜像和挂载等) sudo docker run --runtime nvidia -it --rm --network=host dustynv/l4t-pytorch:r36.2.0
jetson-containers run将参数转发给docker run,并添加一些默认值(如--runtime nvidia,挂载/data缓存,检测设备)。autotag会找到与您的JetPack/L4T版本兼容的容器镜像 - 无论是本地的、从注册表拉取的,还是通过构建的。
要将您自己的目录挂载到容器中,请使用-v或--volume标志:
bashjetson-containers run -v /主机路径:/容器路径 $(autotag l4t-pytorch)
要启动运行命令的容器(而非交互式shell):
bashjetson-containers run $(autotag l4t-pytorch) my_app --abc xyz
您可以向其传递任何docker run支持的选项,它会在执行前打印出完整的命令。
如果如上所示使用autotag,则在需要时会提示您构建容器。要手动构建,请先完成https://github.com/dusty-nv/jetson-containers/tree/master/docs/setup.md%EF%BC%8C%E7%84%B6%E5%90%8E%E8%BF%90%E8%A1%8C%EF%BC%9A
bashjetson-containers build l4t-pytorch
上述依赖项将被构建到容器中,并在构建过程中进行测试。使用--help查看构建选项。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。






来自真实用户的反馈,见证轩辕镜像的优质服务