Skip to content

Commit 684d7c8

Browse files
committed
Fix docker command
1 parent fa1fc4e commit 684d7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Navigate to [http://localhost:8000/docs](http://localhost:8000/docs) to see the
102102
A Docker image is available on [GHCR](https://ghcr.io/abetlen/llama-cpp-python). To run the server:
103103

104104
```bash
105-
docker run --rm -it -p8000:8000 -v /path/to/models:/models -eMODEL=/models/ggml-model-name.bin ghcr.io/abetlen/llama-cpp-python:latest
105+
docker run --rm -it -p 8000:8000 -v /path/to/models:/models -e MODEL=/models/ggml-model-name.bin ghcr.io/abetlen/llama-cpp-python:latest
106106
```
107107

108108
## Low-level API

0 commit comments

Comments
 (0)