• 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_speachesflake.nix
Download as .zip file
File name
Commit message
Commit date
speaches
style: add ruff
2024-05-21
tests
init
2024-05-20
.dockerignore
init
2024-05-20
.envrc
init
2024-05-20
.gitignore
init
2024-05-20
.pre-commit-config.yaml
style: add ruff
2024-05-21
Dockerfile.cpu
docs: add examples, roadmap, etc.
2024-05-21
Dockerfile.cuda
docs: add examples, roadmap, etc.
2024-05-21
LICENSE
init
2024-05-20
README.md
docs: add examples, roadmap, etc.
2024-05-21
Taskfile.yaml
chore: Dockerfile envs, log ws close, etc.
2024-05-20
compose.yaml
docs: add examples, roadmap, etc.
2024-05-21
flake.lock
init
2024-05-20
flake.nix
style: add ruff
2024-05-21
poetry.lock
init
2024-05-20
pyproject.toml
style: add ruff
2024-05-21
Fedir Zadniprovskyi 2024-05-21 94c7543 style: add ruff UNIX
Raw Open in browser Change history
{ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/master"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { nixpkgs, flake-utils, ... }: flake-utils.lib.eachDefaultSystem ( system: let pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; in { devShells = { default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ (with python311Packages; huggingface-hub) ffmpeg-full go-task lsyncd poetry pre-commit pv pyright python311 ruff websocat ]; shellHook = '' source $(poetry env info --path)/bin/activate export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=${pkgs.zlib}/lib:$LD_LIBRARY_PATH ''; }; }; formatter = pkgs.nixfmt; } ); }

          
        
    
    
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