From 7d40d5d686e8c58fe37d8e65cd919fc94bd8c8c9 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Fri, 23 Jul 2021 12:16:26 -0400 Subject: [PATCH] Specify latest for base Coqui STT docker image --- Dockerfile.train.jupyter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.train.jupyter b/Dockerfile.train.jupyter index a11d28b2..a92b44ca 100644 --- a/Dockerfile.train.jupyter +++ b/Dockerfile.train.jupyter @@ -1,6 +1,6 @@ # This is a Dockerfile useful for training models with Coqui STT in Jupyter notebooks -FROM ghcr.io/coqui-ai/stt-train:v0.10.0-alpha.10 +FROM ghcr.io/coqui-ai/stt-train:latest COPY notebooks /code/notebooks WORKDIR /code/notebooks