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