Skip to content

Commit

Permalink
🐛 with pip images base
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Voituret committed Feb 12, 2021
1 parent 96fcf43 commit a0daeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- if: ${{ matrix.platform == 'cpu' }}
run: |
echo "base=deezer/spleeter:${{ matrix.distribution }}" >> $GITHUB_ENV
echo "base=python:${{ matrix.distribution }}" >> $GITHUB_ENV
echo "image=spleeter" >> $GITHUB_ENV
- if: ${{ matrix.platform == 'gpu' }}
run: |
Expand Down

0 comments on commit a0daeff

Please sign in to comment.