Skip to content

Commit

Permalink
Attempt to fix CI build for runpod image
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 31, 2023
1 parent 29bacd9 commit 94aa081
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
environment-file: conda/build_env.yaml
channels: conda-forge
channels: conda-forge,pytorch
mamba-version: "*"
use-mamba: true
auto-update-conda: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
file: Dockerfile.gpu
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
beveradb/audio-separator:gpu-${{ env.VERSION }}
Expand All @@ -69,7 +69,7 @@ jobs:
with:
file: Dockerfile.runpod
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
beveradb/audio-separator:runpod-${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "audio-separator"
version = "0.11.2"
version = "0.11.3"
description = "Easy to use vocal separation, using MDX-Net models from UVR trained by @Anjok07"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 94aa081

Please sign in to comment.