feat: add nexa-sdk
This commit is contained in:
8
builds/nexa-sdk/Dockerfile.cuda
Normal file
8
builds/nexa-sdk/Dockerfile.cuda
Normal file
@@ -0,0 +1,8 @@
|
||||
# https://github.com/NexaAI/nexa-sdk/issues/684
|
||||
FROM nvidia/cuda:12.8.1-cudnn-runtime-ubuntu22.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" ]
|
||||
Reference in New Issue
Block a user