Specify latest for base Coqui STT docker image
This commit is contained in:
parent
ea82ab4cb8
commit
7d40d5d686
|
@ -1,6 +1,6 @@
|
||||||
# This is a Dockerfile useful for training models with Coqui STT in Jupyter notebooks
|
# 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
|
COPY notebooks /code/notebooks
|
||||||
WORKDIR /code/notebooks
|
WORKDIR /code/notebooks
|
||||||
|
|
Loading…
Reference in New Issue