🐛 fix workflow

This commit is contained in:
Félix Voituret
2021-02-12 12:00:09 +01:00
parent aab2997e10
commit 96fcf43348

View File

@@ -70,12 +70,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- if: ${{ matrix.platform == 'cpu' }}
- name: Build Conda base image
name: Build Conda base image
run: |
docker build -t conda:cpu -f docker/conda.dockerfile .
echo "image=spleeter" >> $GITHUB_ENV
- if: ${{ matrix.platform == 'gpu' }}
- name: Build Conda base image
name: Build Conda base image
run: |
docker build --build-arg BASE=deezer/python-cuda-10-1:3.8 -t conda:gpu -f docker/conda.dockerfile .
echo "image=spleeter-gpu" >> $GITHUB_ENV