You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\openui> docker-compose up -d
[+] Running 2/0
✔ Container openui Running 0.0s
✔ Container ollama Running 0.0s
PS C:\openui> docker exec -it openui-ollama-1 ollama pull llama3.1:8b
Error response from daemon: No such container: openui-ollama-1
What's next?
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug openui-ollama-1
Learn more at https://docs.docker.com/go/debug-cli/
PS C:\openui>
The text was updated successfully, but these errors were encountered:
Sorry guys, depending on the version of docker the actual name of the container might be different. To list the names of all the running containers you can run: docker ps --format "{{.Names}}". The one that has the word ollama in it is the string you should replace openui-ollama-1 with.
Can someone shed some light on the error below?
PS C:\openui> docker-compose up -d
[+] Running 2/0
✔ Container openui Running 0.0s
✔ Container ollama Running 0.0s
PS C:\openui> docker exec -it openui-ollama-1 ollama pull llama3.1:8b
Error response from daemon: No such container: openui-ollama-1
What's next?
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug openui-ollama-1
Learn more at https://docs.docker.com/go/debug-cli/
PS C:\openui>
The text was updated successfully, but these errors were encountered: