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