• 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_speaches.githubworkflowsdocker-build-and-push.yaml
Download as .zip file
File name
Commit message
Commit date
.github/workflows
docs: add demo video
01-13
configuration
feat: add instrumentation
2024-12-17
docs
docs: add demo video
01-13
examples
rename to `speaches`
01-12
scripts
chore: misc changes
2024-10-03
src/speaches
fix: tests
01-13
tests
fix: tests
01-13
.dockerignore
fix: .dockerignore
01-12
.envrc
init
2024-05-20
.gitattributes
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.2
2024-11-02
.gitignore
chore: update .gitignore
2024-07-03
.pre-commit-config.yaml
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0
01-12
Dockerfile
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.18
01-12
LICENSE
init
2024-05-20
README.md
Update README.md
01-13
Taskfile.yaml
chore(deps): add portaudio to flake.nix
01-13
audio.wav
chore: update volume names and mount points
01-10
compose.cpu.yaml
rename to `speaches`
01-12
compose.cuda-cdi.yaml
rename to `speaches`
01-12
compose.cuda.yaml
rename to `speaches`
01-12
compose.observability.yaml
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.117.0
01-12
compose.yaml
rename to `speaches`
01-12
flake.lock
deps: update flake
2024-11-01
flake.nix
chore(deps): add portaudio to flake.nix
01-13
mkdocs.yml
docs/fix: home page 404
01-13
pyproject.toml
deps: fix onnruntime-gpu constraint
01-13
renovate.json
feat: renovate handle pre-commit
2024-11-01
uv.lock
deps: fix onnruntime-gpu constraint
01-13
File name
Commit message
Commit date
docker-build-and-push.yaml
docs: add demo video
01-13
lint.yaml
fix: tests
01-13
publish-docs.yaml
fix: tests
01-13
test.yaml
fix: tests
01-13
Fedir Zadniprovskyi 01-13 a6c3b86 docs: add demo video UNIX
Raw Open in browser Change history
name: docker-build-and-push on: workflow_dispatch: push: tags: - 'v*' release: types: [published] env: REGISTRY: ghcr.io FULL_IMAGE_NAME: ghcr.io/speaches-ai/speaches jobs: docker: runs-on: ubuntu-latest strategy: fail-fast: false matrix: # https://hub.docker.com/r/nvidia/cuda/tags base-image: ['nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04'] include: - base-image: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04 tag-suffix: -cuda - base-image: ubuntu:24.04 tag-suffix: -cpu steps: - uses: actions/checkout@v4 - id: meta uses: docker/metadata-action@v5 with: images: | ${{ env.FULL_IMAGE_NAME }} # https://github.com/docker/metadata-action?tab=readme-ov-file#flavor-input flavor: | suffix=${{ matrix.tag-suffix}},onlatest=true tags: | type=semver,pattern={{major}}.{{minor}}.{{patch}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} type=sha - name: Login to Docker Hub uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build and push uses: docker/build-push-action@v6 with: context: . file: Dockerfile build-args: | BASE_IMAGE=${{ matrix.base-image }} push: true platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} cache-from: type=registry,ref=${{ env.FULL_IMAGE_NAME }}:buildcache cache-to: type=registry,ref=${{ env.FULL_IMAGE_NAME }}:buildcache,mode=max

          
        
    
    
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