Skip to content

fix changes in#1025

Draft
josejuanmontiel wants to merge 1 commit intoopenvinotoolkit:masterfrom
josejuanmontiel:feat/OV_GENAI_STREAMMING_STATUS
Draft

fix changes in#1025
josejuanmontiel wants to merge 1 commit intoopenvinotoolkit:masterfrom
josejuanmontiel:feat/OV_GENAI_STREAMMING_STATUS

Conversation

@josejuanmontiel
Copy link

C.OV_GENAI_STREAMMING_STATUS

C.OV_GENAI_STREAMMING_STATUS
@Hukuma1
Copy link

Hukuma1 commented Feb 5, 2026

Does the ENTRYPOINT ["/bin/bash", "-c", "source /home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64/setupvars.sh && /usr/bin/ollama serve"] line also need to be updated to the newer version? (sorry, I'm not a coder, just trying to run ollama with openvino inside of Docker myself)

@josejuanmontiel
Copy link
Author

@Hukuma1 i was playing in my server ... debian 13 with kernel from testing ... the case was to get compile (in those dates) i create a folder "lib"... and from there i did something like this...

~/workspace/git/openvino_contrib/libs$

wget https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.4/linux/openvino_genai_ubuntu24_2025.4.0.0_x86_64.tar.gz
tar -xzf openvino_genai_ubuntu24_2025.4.0.0_x86_64.tar.gz

export GENAI_DIR=$(pwd)/openvino_genai_ubuntu24_2025.4.0.0_x86_64
source GENAI_DIR/setupvars.sh

export CGO_ENABLED=1
export GODEBUG=cgocheck=0
export CGO_LDFLAGS=-L$GENAI_DIR/runtime/lib/intel64
export CGO_CFLAGS=-I$GENAI_DIR/runtime/include

cd ../modules/ollama_openvino

go build -o ollama .

export OLLAMA_VULKAN=1

ollama serve

2026-02-06_23-46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments