Use more beefy builder for Docker builds
This commit is contained in:
parent
eb23728538
commit
5cc1ec32bd
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user