Skip to content

Commit 3d23292

Browse files
committed
add docker compose to readme [skip ci]
1 parent a4d024b commit 3d23292

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,19 @@ make run # info-level logs
7373
make debug # debug-level logs
7474
```
7575

76+
You can run the latest Docker image via compose as well:
77+
78+
```sh
79+
docker compose up
80+
81+
# Ollama without any GPUs
82+
docker compose --profile=ollama-cpu up
83+
# Ollama for NVIDIA gpus
84+
docker compose --profile=ollama-cuda up
85+
# Ollama for AMD gpus
86+
docker compose --profile=ollama-rocm up
87+
```
88+
7689
### Testing
7790

7891
You can the tests as follows:

0 commit comments

Comments
 (0)