We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, thanks for making yt-whisper.
yt-whisper
I have almost zero knowledge with docker, but tried with the following Dockerfile:
Dockerfile
ARG BASE=python:3.10 FROM ${BASE} RUN mkdir -p /output RUN apt-get update && apt-get install -y ffmpeg git RUN pip install git+https://github.com/m1guelpf/yt-whisper.git ENTRYPOINT ["yt_whisper"]
For some reason, the process ends with Killed right after downloading the large model. I might be doing something wrong but I don't know.
Killed
It would be nice to have docker support out of the box.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, thanks for making
yt-whisper
.I have almost zero knowledge with docker, but tried with the following
Dockerfile
:For some reason, the process ends with
Killed
right after downloading the large model. I might be doing something wrong but I don't know.It would be nice to have docker support out of the box.
The text was updated successfully, but these errors were encountered: