Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Aug 17, 2023
1 parent ce5e35f commit 070f0af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 070f0af

Please sign in to comment.