• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / whisper_server_speaches star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
whisper_server_speachesDockerfile.cpu
Download as .zip file
File name
Commit message
Commit date
.github/workflows
chore: misc
2024-05-27
faster_whisper_server
chore: misc
2024-05-27
pre-commit-scripts
feat: add more pre-commit hooks
2024-05-27
tests
chore: rename to 'faster-whisper-server'
2024-05-27
.dockerignore
chore: ignore .env
2024-05-27
.envrc
init
2024-05-20
.gitignore
chore: ignore .env
2024-05-27
.pre-commit-config.yaml
feat: add more pre-commit hooks
2024-05-27
Dockerfile.cpu
chore: misc
2024-05-27
Dockerfile.cuda
fix: dockerfiles
2024-05-27
LICENSE
init
2024-05-20
README.md
chore: misc
2024-05-27
Taskfile.yaml
fix: dockerfiles
2024-05-27
audio.wav
docs: update README.md
2024-05-27
compose.yaml
chore: rename to 'faster-whisper-server'
2024-05-27
flake.lock
init
2024-05-20
flake.nix
chore: ignore .env
2024-05-27
poetry.lock
deps: add openai as dev
2024-05-27
pyproject.toml
deps: add openai as dev
2024-05-27
Fedir Zadniprovskyi 2024-05-27 47627a9 chore: misc UNIX
Raw Open in browser Change history
FROM ubuntu:22.04 # hadolint ignore=DL3008,DL3015,DL4006 RUN apt-get update && \ apt-get install -y curl software-properties-common && \ add-apt-repository ppa:deadsnakes/ppa && \ apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.11 python3.11-distutils && \ curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN pip install --no-cache-dir poetry==1.8.2 WORKDIR /root/faster-whisper-server COPY pyproject.toml poetry.lock ./ RUN poetry install --only main COPY ./faster_whisper_server ./faster_whisper_server ENTRYPOINT ["poetry", "run"] CMD ["uvicorn", "faster_whisper_server.main:app"] ENV WHISPER_MODEL=medium.en ENV WHISPER_INFERENCE_DEVICE=cpu ENV WHISPER_COMPUTE_TYPE=int8 ENV UVICORN_HOST=0.0.0.0 ENV UVICORN_PORT=8000

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up