Closed JakubKopys closed 1 year ago
Unclear, try providing your own entrypoint.
docker run -ti --rm --entrypoint bash mottosso/maya:2022
And you can find the original centos7 image here.
You might also have more/different luck with Maya 2024 which is on CentOS 8 (RockyLinux 8).
docker run -ti --rm mottosso/maya:2024
Providing the entrypoint didn't change anything, but docker
run -ti --rm mottosso/maya:2024` works fine, thank you.
I'm trying to run
docker run -ti --rm mottosso/maya
on my Macbook Pro with an M1 chip, but all I'm getting is "Waiting for Xvfb...".I realize this Docker image doesn't provide the arm64 arch version, but I expected it to work since it should use Rosetta by default.
Any idea what could be causing that? It doesn't look like the mayabase-centos7 Dockerfile is on GitHub, so I'm not really able to debug that.
I'm not sure if it makes sense to open this issue there, so feel free to close it. As a side note, I'd appreciate if you could put mayabase-centos7 Dockerfile on github, so I could debug, and possibly try fixing that.