Merge pull request #3262 from lissyx/fix-docker-build

Use more beefy builder for Docker builds
This commit is contained in:
lissyx 2020-08-19 17:46:17 +02:00 committed by GitHub
commit b5c871616c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
build:
template_file: docker-build-base.tyml
dockerfile: "Dockerfile.build"
workerType: "${docker.dsBuild}"
workerType: "${docker.tfBuild}"
metadata:
name: "Mozilla Voice STT Docker build"
description: "Testing |docker build| of Mozilla Voice STT build image"

View File

@ -1,7 +1,7 @@
build:
template_file: docker-build-base.tyml
dockerfile: "Dockerfile.train"
workerType: "${docker.dsBuild}"
workerType: "${docker.tfBuild}"
metadata:
name: "Mozilla Voice STT Docker train"
description: "Testing |docker build| of Mozilla Voice STT train image"