Spaces:
Sleeping
Sleeping
adding more debug
Browse files- 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 ["
|
|
|
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"]
|