This commit is contained in:
2026-01-16 01:51:57 +00:00
commit 7d135569fe
10 changed files with 545 additions and 0 deletions

25
npmextra.json Normal file
View File

@@ -0,0 +1,25 @@
{
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
},
"gitzone": {
"projectType": "docker",
"module": {
"githost": "code.foss.global",
"gitscope": "host.today",
"gitrepo": "ht-docker-ai",
"description": "Docker images for AI vision-language models including MiniCPM-V 4.5",
"npmPackagename": "@host.today/ht-docker-ai",
"license": "MIT",
"keywords": [
"docker",
"ai",
"vision-language",
"minicpm",
"ollama",
"multimodal"
]
}
}
}