Skip to content

Commit 495fadb

Browse files
authored
Merge pull request #40 from jsvobo/patch-1
Update add-new-llm-model.md : ollama docker name
2 parents 4878f18 + b57a8a5 commit 495fadb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/add-new-llm-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ You can choose any model in this list of [ollama](https://ollama.com/library)
1616
While the cyberlab is running, open another terminal and do the following:
1717
1. Fetch the list of downloaded models
1818

19-
`docker exec ollama ollama list`
19+
`docker exec scl-ollama ollama list`
2020

2121
2. Delete the models that are not needed anymore (replace model name with the name of the model you want to delete)
2222

23-
`docker exec ollama ollama rm <model name>`
23+
`docker exec scl-ollama ollama rm <model name>`

0 commit comments

Comments
 (0)