You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status: Image is up to date for ghcr.io/coqui-ai/stt-train:v0.10.0-alpha.4
166
-
ghcr.io/coqui-ai/stt-train:v0.10.0-alpha.4
165
+
Status: Image is up to date for ghcr.io/coqui-ai/stt-train:latest
166
+
ghcr.io/coqui-ai/stt-train:latest
167
167
```
168
168
169
169
<!-- FIXME uncomment once we have CI publishing of these images:
@@ -175,17 +175,17 @@ You will now see the `ghcr.io/coqui-ai/stt-train` image when you run the command
175
175
```
176
176
$ docker image ls
177
177
REPOSITORY TAG IMAGE ID CREATED SIZE
178
-
ghcr.io/coqui-ai/stt-train v0.10.0-alpha.4d145cb0930ea 37 minutes ago 5.12GB
178
+
ghcr.io/coqui-ai/stt-train lateste1ab9313051d 37 minutes ago 5.12GB
179
179
``` -->
180
180
181
181
### Testing the image by creating a container and running a script
182
182
183
183
Now that you have your Docker image pulled down, you can create a _container_ from the image. Here, we're going to create a container and run a simple test to make sure that the image is working correctly.
184
184
185
-
_Note that you can refer to Docker images by `id` - such as `7cdc0bb1fe2a` in the example above, or by the image's name and `tag`. Here, we will be using the image name and `tag` - ie `ghcr.io/coqui-ai/stt-train:v0.10.0-alpha.4`._
185
+
_Note that you can refer to Docker images by `id` - such as `e1ab9313051d` in the example above, or by the image's name and `tag`. Here, we will be using the image name and `tag` - ie `ghcr.io/coqui-ai/stt-train:latest`._
186
186
187
187
```
188
-
$ docker run -it --name stt-test --entrypoint /bin/bash ghcr.io/coqui-ai/stt-train:v0.10.0-alpha.4
188
+
$ docker run -it --name stt-test --entrypoint /bin/bash ghcr.io/coqui-ai/stt-train:latest
189
189
```
190
190
191
191
The `entrypoint` instruction following `docker run` tells Docker to run the `/bin/bash` (ie shell) after creating the container.
@@ -282,7 +282,7 @@ As you become more comfortable training speech recognition models with 🐸STT,
282
282
# Custom Dockerfile for training models using 🐸STT
0 commit comments