From 070f0af1d2714406f6659c11c3bac948f7ef5c9e Mon Sep 17 00:00:00 2001 From: Sacha Arbonel Date: Thu, 17 Aug 2023 23:23:57 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d58fa0..d38a918 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,13 @@ We will go through the Dockerfile and explain each directive: **Task: Building the Docker Image** + +> **Note:** If you don't want to build everything from scratch and just want to see the application running, you can pull the Docker image directly from the GitHub registry. Use the following command: +> +> ```bash +> docker run --platform linux/amd64 -v "$(pwd)":/data -it --rm ghcr.io/timpratim/speech-to-text-guide:4-dockerfile get "JzPfMbG1vrE" +> ``` + We will use Docker build command to create a Docker image from the Dockerfile. Here's the command we'll use: