All checks were successful
CI / changes (push) Successful in 19s
CI / test (push) Successful in 23s
CI / build-ai-gateway (push) Has been skipped
CI / build-ha-gateway (push) Has been skipped
CI / build-discord-bot (push) Has been skipped
CI / build-tts-gateway (push) Successful in 54s
CI / build-tts-sidecar (push) Has been skipped
CI / build-tts-model (push) Successful in 39s
7 lines
410 B
Docker
7 lines
410 B
Docker
# Built and pushed by CI (see .gitea/workflows/ci.yaml's build-tts-model job), same as the
|
|
# other four images - the checkpoint/hparams are committed directly in this directory (a
|
|
# deliberate exception to "don't commit large binaries", made because this asset never
|
|
# changes and there's no other artifact store in play). Build context is this directory.
|
|
FROM busybox:1.36
|
|
COPY G_790000.pth uma.json /models/
|