From 96fcf43348ba239a1e79e5e1513cdd3be13e3dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 12 Feb 2021 12:00:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20fix=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b8613ac..e6736ef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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