File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ pip install llms-py
7373
7474### Using Docker
7575
76- a) Simple - Run in a Docker container:
76+ ** a) Simple - Run in a Docker container:**
7777
7878``` bash
7979# Pull the latest image from GitHub Container Registry
@@ -91,7 +91,7 @@ docker run -p 8000:8000 -e GROQ_API_KEY=$GROQ_API_KEY \
9191 ghcr.io/servicestack/llms:latest
9292```
9393
94- b) Recommended - Use Docker Compose
94+ ** b) Recommended - Use Docker Compose: **
9595
9696Download and use [ docker-compose.yml] ( https://raw.githubusercontent.com/ServiceStack/llms/refs/heads/main/docker-compose.yml ) :
9797
@@ -105,7 +105,7 @@ Update API Keys in `docker-compose.yml` then start the server:
105105docker-compose up -d
106106```
107107
108- c) Build and run local Docker image from source:
108+ ** c) Build and run local Docker image from source:**
109109
110110``` bash
111111git clone https://github.com/ServiceStack/llms
You can’t perform that action at this time.
0 commit comments