teoha commited on
Commit
3b0bf41
·
1 Parent(s): 63d8690

adding more debug

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ RUN mkdir -p -m 777 /tmp/holosubs/results
30
  COPY --from=build "/whisper/models/ggml-${model}.bin" "/root/models/ggml-${model}.bin"
31
  COPY --from=build /whisper/main /usr/local/bin/whisper
32
 
33
- CMD ["pwd","&&","uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
30
  COPY --from=build "/whisper/models/ggml-${model}.bin" "/root/models/ggml-${model}.bin"
31
  COPY --from=build /whisper/main /usr/local/bin/whisper
32
 
33
+ CMD ["ls","-al"]