chore: update versions
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
### CPU 模式
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
docker compose --profile cpu up -d
|
||||
```
|
||||
|
||||
### GPU 模式(CUDA)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user