Skip to content

Commit 95886c2

Browse files
authored
Update README.md
1 parent c0b411e commit 95886c2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,21 @@ Interact with the application through the Chainlit interface. You can upload a f
7676

7777
If you have Docker installed and running, you can also run the application using Docker. Follow these steps:
7878

79-
1. Build the Docker image:
79+
1. Build the Docker image locally:
8080

8181
```
82-
docker build -t aayushxrj/pluto.ai
82+
docker build -t aayushxrj/pluto.ai:latest
83+
```
84+
or directly pull from Docker Hub (recommended):
85+
86+
```
87+
docker pull -t aayushxrj/pluto.ai:latest
8388
```
8489

8590
2. Run the Docker container:
8691

8792
```
88-
docker run --name pluto -p 8000:8000 -e ANTHROPIC_API_KEY='your_api_key' aayushxrj/pluto.ai
93+
docker run --name pluto.ai -p 8000:8000 -e ANTHROPIC_API_KEY='your_api_key' aayushxrj/pluto.ai:latest
8994
```
9095

9196
Replace `your_api_key` with your real Anthropic API key to gain access to the Claude LLM. You can obtain an API key from the [Anthropic Console](https://console.anthropic.com/dashboard).

0 commit comments

Comments
 (0)