Tonic commited on
Commit
ef0351e
1 Parent(s): c2beda9

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/collabora/whisperfusion-base:latest as base
2
+
3
+ WORKDIR /root
4
+ COPY scripts/setup-whisperfusion.sh scripts/run-whisperfusion.sh scratch-space/models /root/
5
+ RUN ./setup-whisperfusion.sh
6
+
7
+ CMD ./run-whisperfusion.sh