mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 fix multi line command for CUDA
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
name: Build CUDA base image
|
||||
run: |
|
||||
docker build \
|
||||
--build-arg BASE=python:${{ matrix.distribution }}
|
||||
--build-arg BASE=python:${{ matrix.distribution }} \
|
||||
-t cuda:${{ matrix.distribution }} \
|
||||
-f docker/cuda-10-0.dockerfile .
|
||||
echo "::set-env name=base::cuda:${{ matrix.distribution }}"
|
||||
|
||||
Reference in New Issue
Block a user