Update Dockerfile_genai_ubuntu24#984
Open
sriganesh123 wants to merge 1 commit intoopenvinotoolkit:masterfrom
Open
Update Dockerfile_genai_ubuntu24#984sriganesh123 wants to merge 1 commit intoopenvinotoolkit:masterfrom
sriganesh123 wants to merge 1 commit intoopenvinotoolkit:masterfrom
Conversation
updated the dockerfile with new links for the openvino_genai_ubuntu
sammysun0711
suggested changes
Jul 31, 2025
| RUN wget https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.2.0.0.dev20250513/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64.tar.gz | ||
| RUN tar -xzf openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64.tar.gz | ||
| ENV GENAI_DIR=/home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64 | ||
| RUN wget https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.3.0.0.dev20250630/openvino_genai_ubuntu22_2025.3.0.0.dev20250630_x86_64.tar.gz |
There was a problem hiding this comment.
Since it is Dokcerfile_genai_ubuntu24 docker file, please use openvino_genai ubuntu24 package instead of ubuntu22 package to avoid any potential glibc/ABI conflict. Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updated the dockerfile with new links for the openvino_genai_ubuntu