We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9426877 commit bb14918Copy full SHA for bb14918
ai-chatbot/README.md
@@ -35,7 +35,7 @@ docker exec -it ollama ollama pull llama3:1b
35
Once Ollama is running, start the chatbot container:
36
37
```sh
38
-docker run -d --name chatbot -p 8501:8501 streamlit-chatbot
+docker run -d --name ai-chatbot -p 8501:8501 streamlit-chatbot
39
```
40
41
Get the Container IP of the Ollama Container
0 commit comments