Specify latest for base Coqui STT docker image

This commit is contained in:
Josh Meyer 2021-07-23 12:16:26 -04:00
parent ea82ab4cb8
commit 7d40d5d686
1 changed files with 1 additions and 1 deletions

View File

@ -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