chore: update versions

This commit is contained in:
Sun-ZhenXing
2025-12-14 15:18:26 +08:00
parent a9679a484f
commit dfcdc3afca
18 changed files with 33 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ This service deploys NexaSDK Docker for running AI models with OpenAI-compatible
### CPU Mode
```bash
docker compose up -d
docker compose --profile cpu up -d
```
### GPU Mode (CUDA)

View File

@@ -27,7 +27,7 @@
### CPU 模式
```bash
docker compose up -d
docker compose --profile cpu up -d
```
### GPU 模式CUDA

View File

@@ -13,6 +13,8 @@ x-defaults: &defaults
services:
nexa-sdk:
<<: *defaults
profiles:
- cpu
image: ${GLOBAL_REGISTRY:-}nexa4ai/nexasdk:${NEXA_SDK_VERSION:-v0.2.62}
ports:
- "${NEXA_SDK_PORT_OVERRIDE:-18181}:18181"