Use more beefy builder for Docker builds

This commit is contained in:
Alexandre Lissy 2020-08-19 17:26:59 +02:00
parent eb23728538
commit 5cc1ec32bd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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