Skip to content

Commit b3c7a0a

Browse files
author
Iyappan Subramanian
committed
Updated docker run command line
1 parent c701ad0 commit b3c7a0a

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
@@ -12,7 +12,7 @@ This Docker image can be run on bare metal Ampere® CPUs and Ampere® based VMs
1212
## Starting container
1313

1414
```bash
15-
docker run --name llama -it ghcr.io/amperecomputingai/llama.cpp:latest
15+
docker run --name llama -it --rm ghcr.io/amperecomputingai/llama.cpp:latest
1616
```
1717
Quick start example will be presented at docker container launch:
1818

0 commit comments

Comments
 (0)