Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support ARM-based machine #18

Closed
nth347 opened this issue Nov 21, 2023 · 3 comments
Closed

Please support ARM-based machine #18

nth347 opened this issue Nov 21, 2023 · 3 comments

Comments

@nth347
Copy link

nth347 commented Nov 21, 2023

I got the following error while running docker run -d --restart=on-failure --name my_workspace --cap-add=SYS_PTRACE --gpus all --shm-size=1024m -p 10022:22 -p 14000:4000 gezp/ubuntu-desktop:22.04-cu12.1.1:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
9254d6b71b2a006637d0597e84d90a3781dcb2e4a3a538aee3ef783060233443
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
@gezp
Copy link
Owner

gezp commented Nov 21, 2023

I have tried to support it, but failed due to no release of Chrome browser for arm64, i don't know how to solve this problem, so i have no plan to support arm64 platform.

@gezp
Copy link
Owner

gezp commented Nov 24, 2023

i use firefox instead of chrome browser, now, ubuntu desktop image for arm64 is supported! I only test image tag 22.04 on Raspberry Pi 4B with ubuntu desktop OS, it works well, but hardware GPU accelerated rendering isn't verified due to no nvidia gpu on this platform.

by the way, which arm device do you use? the performance of arm device is poor and there are limited resources at chip, such as small memory space, and the desktop image is heavy compared to other normal docker image,so i don't think it's a good idea to run this image on arm devices.

@gezp
Copy link
Owner

gezp commented Dec 10, 2023

done!

@gezp gezp closed this as completed Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants