mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
missing parameter
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg BASE=python:${{ matrix.distribution }} \
|
--build-arg BASE=python:${{ matrix.distribution }} \
|
||||||
|
--build-arg SPLEETER_PACKAGE=spleeter-gpu \
|
||||||
-t cuda:${{ matrix.distribution }} \
|
-t cuda:${{ matrix.distribution }} \
|
||||||
-f docker/cuda-10-0.dockerfile .
|
-f docker/cuda-10-0.dockerfile .
|
||||||
echo "::set-env name=base::cuda:${{ matrix.distribution }}"
|
echo "::set-env name=base::cuda:${{ matrix.distribution }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user