Spaces:
Build error
Build error
File size: 223 Bytes
31a7207 |
1 2 3 4 5 6 7 8 9 |
FROM ghcr.io/collabora/whisperfusion-base:latest as base
WORKDIR /root
COPY scripts/setup-whisperfusion.sh scripts/run-whisperfusion.sh scratch-space/models /root/
RUN ./setup-whisperfusion.sh
CMD ./run-whisperfusion.sh
|