micas23 commited on
Commit
4bd7e6b
·
verified ·
1 Parent(s): a9f71a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -72,7 +72,7 @@ WORKDIR /data
72
  # Clonar whisper.cpp
73
  RUN git clone https://github.com/ggerganov/whisper.cpp && \
74
  cd whisper.cpp && \
75
- make -j base
76
 
77
  # Los modelos se deben descargar/diferenciar manualmente
78
  #RUN ./whisper.cpp/models/download-ggml-model.sh base
 
72
  # Clonar whisper.cpp
73
  RUN git clone https://github.com/ggerganov/whisper.cpp && \
74
  cd whisper.cpp && \
75
+ make
76
 
77
  # Los modelos se deben descargar/diferenciar manualmente
78
  #RUN ./whisper.cpp/models/download-ggml-model.sh base