mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 with pip images base
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- if: ${{ matrix.platform == 'cpu' }}
|
- if: ${{ matrix.platform == 'cpu' }}
|
||||||
run: |
|
run: |
|
||||||
echo "base=deezer/spleeter:${{ matrix.distribution }}" >> $GITHUB_ENV
|
echo "base=python:${{ matrix.distribution }}" >> $GITHUB_ENV
|
||||||
echo "image=spleeter" >> $GITHUB_ENV
|
echo "image=spleeter" >> $GITHUB_ENV
|
||||||
- if: ${{ matrix.platform == 'gpu' }}
|
- if: ${{ matrix.platform == 'gpu' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user