-
Notifications
You must be signed in to change notification settings - Fork 37
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
install packages to a different root directory #155
Comments
You can use the Conan packages to install the available packages anywhere. Building multiple parallel VFX platforms in the same image would be very hard without Conan. Unfortunately not all VFX packages are available yet in Conan. |
Thanks for that, Aloys. When you say "the Conan packages", do you mean one can use the Conan recipes provided by ASWF to do this? Or do you mean to use packages from Conan Center? |
The direction in which the containers are evolving is that packages will all be built as Conan packages, and then assembled into runnable containers: we're not quite there yet, but getting there. Starting with VFX 2023, there's a script in
So you could change the destination based on the
which regenerates the Of course that only handles the Conan packages... It would definitely be better if the |
We need to install packages to a directory other than
/usr/local
, because we need to be able to access multiple VFX reference platforms without having to switch between different Docker images.The shell scripts that build each package allow you to specify any location you want, which is a good start. But adapting the Dockerfiles to build and install all the packages to a different location is a huge headache. (For me, anyway.)
Has anybody else out there been confronted with this problem? And perhaps found a solution?
The text was updated successfully, but these errors were encountered: