Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci(docker): add vulkan image#3883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
jjm2473 wants to merge1 commit intoTabbyML:main
base:main
Choose a base branch
Loading
fromjjm2473:feat-docker-vulkan

Conversation

@jjm2473
Copy link

supports x86_64 and arm64

supports x86_64 and arm64Signed-off-by: jjm2473 <jjm2473@gmail.com>
@jjm2473
Copy link
Author

I want to run tabby on ARM platform with libmali-vulkan. There is not any docker image or binary provided. This PR create a base vulkan-based image, so ARM platforms can build image on top of it.

@jjm2473
Copy link
Author

For example, this is a dockerfile for Rockchip RK3588:

FROM tabby-vulkanRUN apt-get update && \    apt-get install -y --no-install-recommends \        libdrm2 \        libwayland-client0 \        libwayland-server0 \        && \    apt-get clean && \    rm -rf /var/lib/apt/lists/*COPY libmali-valhall-g610-g6p0-wayland-gbm-vulkan.so /usr/lib/aarch64-linux-gnu/libmali-valhall-g610-g6p0-wayland-gbm-vulkan.soRUN ln -s /usr/lib/aarch64-linux-gnu/libmali-valhall-g610-g6p0-wayland-gbm-vulkan.so /usr/lib/aarch64-linux-gnu/libmali.soCOPY mali.json /etc/vulkan/icd.d/mali.json

@ket395
Copy link

Unless you have a powerful processor arm64 support is pointless for most real world use-cases other than developing and benchmarking perf on arm64.

But maybe you have a machine with more than 30 cores. Might work then.

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jjm2473@ket395

[8]ページ先頭

©2009-2025 Movatter.jp