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

Applying a license #13

Open
GrapeApe230 opened this issue Feb 8, 2023 · 3 comments
Open

Applying a license #13

GrapeApe230 opened this issue Feb 8, 2023 · 3 comments

Comments

@GrapeApe230
Copy link

What are the steps to apply a license to Maya when running in this container?

@mottosso
Copy link
Owner

mottosso commented Feb 8, 2023

The container is just like any Linux machine, you can follow any instructions for installing Maya and licencing with it. The important bit being that you save the container after you've activated it, such that you don't have to redo it. You can also use floating licencing with it, like if you have something already setup on your premises and connect the Maya running in your container to it like any workstation.

@GrapeApe230
Copy link
Author

GrapeApe230 commented Feb 8, 2023

Sorry, I should have been more descriptive. When I was looking through Maya's docs and it references AdskLicensingInstHelper.
I could not find that executable in the container.
https://knowledge.autodesk.com/support/maya/troubleshooting/caas/sfdcarticles/sfdcarticles/Maya-2020-Automatic-Licensing.html

@mottosso
Copy link
Owner

mottosso commented Feb 9, 2023

Aha, yes they might not have been installed. You can see here how and what is installed.

Note the Maya*.rpm , which only includes the bare minimum.

You can either edit the Dockerfile and build it on your end, with those licencing files present, or you can make a new Dockerfile that extends this one, similar to how this image extends another more basic image.

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