Files
LocalAI/entrypoint.sh
2023-04-29 20:38:37 +02:00

7 lines
51 B
Bash
Executable File

#!/bin/bash
cd /build
make build
./local-ai "$@"