[GH-ISSUE #10939] ollama/ollama Docker image (currently at version 0.9.0) alongside Clara (ClaraVerse) #84887

Closed
opened 2026-05-09 21:58:34 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @carnabwth on GitHub (Jun 1, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10939

What is the issue?

Hi Ollama team,

I’m running the official ollama/ollama Docker image (currently at version 0.9.0) alongside Clara (ClaraVerse) as the frontend.

Clara’s latest frontend expects backend API functions like generateCompletion and streamCompletion, but the current Docker image and install script only provide the 0.9.0 backend, which lacks those methods.

Could you please publish an updated Docker image (≥0.10.x or 0.11.x) with the latest backend so we can ensure compatibility?

Thanks so much for the amazing work you’re doing — looking forward to testing the latest builds!

Relevant log output

ollama version is 0.9.0


/mnt/c/Users/PC/clara-ollama-setup$ docker images | grep ollama
clara-ollama-setup-ollama-backend   latest    5a6bbd8f13ad   3 hours ago    5.23GB
ollama/ollama                       latest    2ea3b768a8f2   2 days ago     5.22GB
claraverse/clara-ollama             latest    1ca0af3ad163   2 months ago   91.4MB



I.streamCompletion(...) is not a function or its return value is not async iterable

OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @carnabwth on GitHub (Jun 1, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10939 ### What is the issue? Hi Ollama team, I’m running the official ollama/ollama Docker image (currently at version 0.9.0) alongside Clara (ClaraVerse) as the frontend. Clara’s latest frontend expects backend API functions like generateCompletion and streamCompletion, but the current Docker image and install script only provide the 0.9.0 backend, which lacks those methods. Could you please publish an updated Docker image (≥0.10.x or 0.11.x) with the latest backend so we can ensure compatibility? Thanks so much for the amazing work you’re doing — looking forward to testing the latest builds! ### Relevant log output ```shell ollama version is 0.9.0 /mnt/c/Users/PC/clara-ollama-setup$ docker images | grep ollama clara-ollama-setup-ollama-backend latest 5a6bbd8f13ad 3 hours ago 5.23GB ollama/ollama latest 2ea3b768a8f2 2 days ago 5.22GB claraverse/clara-ollama latest 1ca0af3ad163 2 months ago 91.4MB I.streamCompletion(...) is not a function or its return value is not async iterable ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-05-09 21:58:34 -05:00
Author
Owner

@carnabwth commented on GitHub (Jun 1, 2025):

Setup:
Running backend via docker-compose.yml with:

services:
ollama-backend:
image: ollama/ollama:latest
ports:
- "11434:11434"

<!-- gh-comment-id:2927345029 --> @carnabwth commented on GitHub (Jun 1, 2025): Setup: Running backend via docker-compose.yml with: services: ollama-backend: image: ollama/ollama:latest ports: - "11434:11434"
Author
Owner

@rick-github commented on GitHub (Jun 1, 2025):

The ollama API is documented here. generateCompletion and streamCompletion sound like framework methods, which is not what the API offers. You probably need to file a ticket with the project that maintains the framework or Clara.

<!-- gh-comment-id:2927397019 --> @rick-github commented on GitHub (Jun 1, 2025): The ollama API is documented [here](https://github.com/ollama/ollama/blob/main/docs/api.md). `generateCompletion` and `streamCompletion` sound like framework methods, which is not what the API offers. You probably need to file a ticket with the project that maintains the framework or Clara.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#84887