Skip to content

Commit

Permalink
Updated docker run command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Iyappan Subramanian committed Apr 30, 2024
1 parent c701ad0 commit b3c7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This Docker image can be run on bare metal Ampere® CPUs and Ampere® based VMs
## Starting container

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

Expand Down

0 comments on commit b3c7a0a

Please sign in to comment.