mottosso / docker-maya

Dockerfile for Maya
MIT License
135 stars 16 forks source link

Maya 2019 Support #6

Closed monkeez closed 3 years ago

monkeez commented 5 years ago

I've spent a few hours trying to find the download link for 2019 myself but I can't seem to find it. Any clues on how to find it?

It'd be great to have 2019 available too.

mottosso commented 5 years ago

I've added it, found a link here and here, but wasn't able to upload it to Docker at the moment; some issues with Docker Hub is preventing the automated build.

You can build it manually for now, by cloning the repo and calling docker build -t mottosso/maya:2019 .

monkeez commented 5 years ago

Thanks!

Does Docker Hub have issues like this a lot?

salanki commented 5 years ago

For some reasons I am getting this when trying to launch Maya2019:

/usr/autodesk/maya//bin/maya.bin: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory
salanki commented 5 years ago

Mayabase should be updated to Centos 7.

mottosso commented 5 years ago

Yes, that is quite possible, I didn't actually test this version myself. If someone is interested in making this work, please do submit a PR and I'll give Docker Hub another chance too.

a772bNsz commented 4 years ago

The link to 2019 in the current Dockerfile is missing a couple of dashes. I pushed the fix on my repo.

mottosso commented 4 years ago

Thanks, merged!