@@ -88,7 +88,17 @@ To set up the Whisper Transcriber Telegram Bot, follow these steps:
8888- Docker installed on your machine.
8989- Docker Compose (optional, for ease of handling environment variables and settings).
9090
91- ### Building the Docker Image
91+ #### Option 1: Pull the prebuilt image from GHCR
92+
93+ Just grab the latest version with:
94+
95+ ``` bash
96+ docker pull ghcr.io/flyingfathead/whisper-transcriber-telegram-bot:latest
97+ ```
98+
99+ #### Option 2: Build the Docker image yourself
100+
101+ If there's something wrong with GHCR's prebuilt image, you can also build the Docker image yourself.
92102
931031 . Navigate to the root directory of the project where the ` Dockerfile ` is located.
941042 . Build the Docker image using the following command:
@@ -104,7 +114,7 @@ To set up the Whisper Transcriber Telegram Bot, follow these steps:
104114To run the bot using Docker:
105115
106116``` bash
107- docker run --name whisper-bot -d \
117+ docker run --name whisper-transcriber-telegram- bot -d \
108118 -e TELEGRAM_BOT_TOKEN=' YourTelegramBotToken' \
109119 -v $( pwd) /config:/app/config \
110120 -v whisper_cache:/root/.cache/whisper \
@@ -217,4 +227,4 @@ Contributions are welcome! If you have suggestions for improvements or bug fixes
217227
218228- [ FlyingFathead] ( https://github.com/FlyingFathead ) - Project creator
219229- ChaosWhisperer - Contributions to the Whisper integration and documentation
220- - Thanks for additional code contributions: [ GRbit] ( https://github.com/GRbit ) (Dockerization)
230+ - Thanks for additional code contributions: [ GRbit] ( https://github.com/GRbit ) (Dockerization), [ jonmjr ] ( https://github.com/jonmrjr ) (more Dockerization)
0 commit comments