feat: add nexa-sdk

This commit is contained in:
Sun-ZhenXing
2025-11-16 00:12:14 +08:00
parent 5f9820e7db
commit 1c42cb2800
9 changed files with 616 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
# https://github.com/NexaAI/nexa-sdk/issues/684
FROM ubuntu:24.04
#FROM nvidia/cuda:12.4.1-base-ubuntu22.04
FROM ubuntu:22.04
RUN apt update && apt install -y libgomp1 curl ffmpeg sox
RUN curl -fsSL https://github.com/NexaAI/nexa-sdk/releases/latest/download/nexa-cli_linux_x86_64.sh | sh
EXPOSE 8080
CMD [ "nexa", "serve", "--host", "0.0.0.0:8080" ]