
protobuf_apt 是一个专为Jetson设备设计的Docker镜像,用于从apt仓库便捷安装Protocol Buffers (protobuf)。该镜像依赖L4T(Linux for Tegra)系统版本>=32.6,提供多个预构建版本适配不同JetPack环境,可作为cudf、cuml等组件的基础依赖。
protobuf:apt | 详情 |
|---|---|
| 构建状态 | |
| 要求 | 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/build/python |
| 被依赖项 | https://github.com/dusty-nv/jetson-containers/tree/master/packages/rapids/cudf https://github.com/dusty-nv/jetson-containers/tree/master/packages/rapids/cudf https://github.com/dusty-nv/jetson-containers/tree/master/packages/rapids/cuml |
| Dockerfile | https://github.com/dusty-nv/jetson-containers/tree/master/packages/build/protobuf/protobuf_apt/Dockerfile |
| 镜像 | https://hub.docker.com/r/dustynv/protobuf/tags (2023-12-06, 0.4GB)https://hub.docker.com/r/dustynv/protobuf/tags (2023-12-06, 5.0GB)https://hub.docker.com/r/dustynv/protobuf/tags (2023-08-29, 5.0GB)https://hub.docker.com/r/dustynv/protobuf/tags (2023-10-07, 5.0GB) |
| 说明 | 从apt仓库安装protobuf |
可通过 jetson-containers run 结合 autotag 自动管理镜像,或手动使用 docker run 命令启动容器。
自动拉取/构建兼容镜像
bash# 自动拉取或构建与当前JetPack/L4T兼容的镜像 jetson-containers run $(autotag protobuf_apt)
手动使用docker run
bash# 指定镜像版本和运行参数 sudo docker run --runtime nvidia -it --rm --network=host protobuf_apt:35.2.1
说明:
jetson-containers run会自动添加默认配置(如--runtime nvidia、挂载/data缓存、设备检测)并转发参数给docker run。autotag用于查找兼容当前JetPack/L4T版本的镜像(本地、仓库拉取或构建)。
挂载主机目录
使用 -v 标志将主机目录挂载到容器:
bashjetson-containers run -v /主机路径:/容器路径 $(autotag protobuf_apt)
运行指定命令
启动容器时直接运行命令(非交互式shell):
bashjetson-containers run $(autotag protobuf_apt) 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 protobuf_apt
构建过程会集成依赖项并进行测试。使用--help查看构建选项:
bashjetson-containers build protobuf_apt --help
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务