概要
- フル名
docker.io/dustynv/llama_cpp- Registry
- docker.io
- 名前空間
- dustynv
- リポジトリ
- llama_cpp
- キャッシュ Tag 数
- 22
- 最終同期
- 07/06/2026, 03:37 PM
- 関連トピック
概要
dustynv 打包的 llama.cpp 推理镜像,面向 Jetson/GPU 本地 LLM 服务,含预编译 CUDA/TensorRT 后端,资源与驱动要求较高。
詳細
dustynv/llama_cpp 基于 llama.cpp 提供 OpenAI 兼容 HTTP API 或 CLI,针对 NVIDIA Jetson 与 datacenter GPU 优化。运行需匹配主机驱动、CUDA 版本及 --gpus all 或 Jetson 运行时,内存与显存占用随模型规模显著增长。不适合无 GPU 的常规 Kubernetes Deployment;边缘场景用 NVIDIA Device Plugin 或 Jetson docker runtime 单节点部署。
快速启动
docker run -d --name llama_cpp \
--gpus all \
-p 8080:8080 \
-v $(pwd)/models:/models \
docker.io/dustynv/llama_cpp:latest
推荐实践
docker run -d --name llama_cpp \
--restart unless-stopped \
--gpus all \
-p 8080:8080 \
-v /data/models:/models:ro \
-e MODEL=/models/Meta-Llama-3-8B-Q4_K_M.gguf \
-e CONTEXT_SIZE=4096 \
docker.io/dustynv/llama_cpp:r36.4.0
核心参数说明
--gpus all— 启用 NVIDIA GPU 推理-v .../models:/models— GGUF 模型文件目录-e MODEL— 加载的模型路径-e CONTEXT_SIZE— 上下文 token 上限-p 8080:8080— HTTP API 端口- 固定 tag — CUDA/JetPack 版本须与主机匹配
最新 Tag(20 件)
すべての 22 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/dustynv/llama_cpp :b5283-r36.4-cu128-24.04 | linux/arm64/v8 | 2025/05/06 14:10 | 3.3 GB | sha256:178e4173a23f… | |||
docker.io/dustynv/llama_cpp :b5255-r36.4-cu128-24.04 | linux/arm64/v8 | 2025/05/02 16:39 | 3.3 GB | sha256:64683caa1102… | |||
docker.io/dustynv/llama_cpp :0.3.9-r36.4.0-cu128-24.04 | linux/arm64/v8 | 2025/04/24 17:02 | 3.5 GB | sha256:a13a32a12dec… | |||
docker.io/dustynv/llama_cpp :0.3.9-builder-r36.4.0-cu128-24.04 | linux/arm64/v8 | 2025/04/24 16:47 | 3.5 GB | sha256:a13a32a12dec… | |||
docker.io/dustynv/llama_cpp :0.3.8-r36.4.0-cu128-24.04 | linux/arm64/v8 | 2025/04/24 16:25 | 3.1 GB | sha256:096e5be1c92b… | |||
docker.io/dustynv/llama_cpp :0.3.7-r36.4.0-cu128-24.04 | linux/arm64/v8 | 2025/03/03 14:08 | 3.2 GB | sha256:5e349fdbaea5… | |||
docker.io/dustynv/llama_cpp :r36.4.0 | linux/arm64/v8 | 2025/02/01 04:30 | 4.3 GB | sha256:43355fd36857… | |||
docker.io/dustynv/llama_cpp :0.3.7-r36.4.0 | linux/arm64/v8 | 2025/01/29 23:38 | 4.3 GB | sha256:b764e4c1fa75… | |||
docker.io/dustynv/llama_cpp :0.3.6-r36.4.0 | linux/arm64/v8 | 2025/01/27 17:15 | 3.9 GB | sha256:6dfa73dd0704… | |||
docker.io/dustynv/llama_cpp :0.3.5-r36.4.0 | linux/arm64/v8 | 2025/01/10 03:02 | 4.3 GB | sha256:fdbd46623f88… | |||
docker.io/dustynv/llama_cpp :r35.4.1 | linux/arm64/v8 | 2024/09/13 00:31 | 6.0 GB | sha256:5e4117a3b9ec… | |||
docker.io/dustynv/llama_cpp :r36.2.0 | linux/arm64/v8 | 2024/09/12 19:12 | 5.6 GB | sha256:9e5c9f37de18… | |||
docker.io/dustynv/llama_cpp :gguf-r36.2.0 | linux/arm64/v8 | 2023/12/19 12:58 | 5.1 GB | sha256:e18e5c1b7463… | |||
docker.io/dustynv/llama_cpp :gguf-r35.3.1 | linux/arm64 | 2023/12/19 12:57 | 5.2 GB | sha256:5d06cf7e7cf0… | |||
docker.io/dustynv/llama_cpp :ggml-r35.4.1 | linux/arm64/v8 | 2023/12/19 12:54 | 5.2 GB | sha256:4c490fb072a6… | |||
docker.io/dustynv/llama_cpp :ggml-r36.2.0 | linux/arm64/v8 | 2023/12/19 12:53 | 5.1 GB | sha256:019fdc98d8bc… | |||
docker.io/dustynv/llama_cpp :gguf-r35.4.1 | linux/arm64/v8 | 2023/12/16 02:51 | 5.1 GB | sha256:16377a2bf367… | |||
docker.io/dustynv/llama_cpp :gguf-r35.2.1 | linux/arm64 | 2023/12/16 02:23 | 5.1 GB | sha256:e6461480dced… | |||
docker.io/dustynv/llama_cpp :ggml-r35.3.1 | linux/arm64 | 2023/12/07 01:17 | 5.2 GB | sha256:ea3d0e25a407… | |||
docker.io/dustynv/llama_cpp :ggml-r35.2.1 | linux/arm64 | 2023/12/06 04:46 | 5.2 GB | sha256:f7012ff847f9… |