teoha commited on
Commit
0984899
·
1 Parent(s): 453dc28

Added default model base to first stage

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN mkdir /whisper && \
6
 
7
  WORKDIR /whisper
8
 
9
- ARG model
10
  RUN bash ./models/download-ggml-model.sh "${model}"
11
  RUN make main
12
 
 
6
 
7
  WORKDIR /whisper
8
 
9
+ ARG model=base
10
  RUN bash ./models/download-ggml-model.sh "${model}"
11
  RUN make main
12