-
Notifications
You must be signed in to change notification settings - Fork 68
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
black screen appears #32
Comments
which os version of your host machine? @gityeezy |
Linux ye 5.15.0-113-generic #123~20.04.1-Ubuntu SMP Wed Jun 12 17:33:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux |
it's known bug when use image with tag 22.04 on host ubuntu 20.04,but image with tag 22.04 works well on host ubuntu 22.04,i don't know why. |
it can be fixed by add flag docker run -d --restart=on-failure \
--name my_workspace \
--cap-add=SYS_PTRACE \
--security-opt seccomp=unconfined \
--gpus all \
--shm-size=1024m \
-e USER=ubuntu \
-e PASSWORD=ubuntu \
-e GID=$(id -g) \
-e UID=$(id -u) \
-p 10022:22 \
-p 14000:4000 \
gezp/ubuntu-desktop:22.04 |
thank you,it works!!! :) |
Hello, I pulled the images of ubuntu22.04 and ubuntu22.04-cu12.2 and followed your tutorial to make the container. However, when connecting with nomachine, a black screen appears. I have used your other versions before and everything was fine.
The text was updated successfully, but these errors were encountered: