aswf-docker icon indicating copy to clipboard operation
aswf-docker copied to clipboard

Common container configuration

Results 99 aswf-docker issues
Sort by recently updated
recently updated
newest added

Found this in `ci-vfxall_2022`. Currently MaterialX seems to be build as static lib, which does not end up in `/usr/local/lib`. It will however leave traces in `pxrTargets.cmake`, for example: ```cmake...

Hi all, Could we please get all the OpenVDB images updated to use Blosc 1.17.0 (bumped from the current 1.5.0)? Thanks! Nick

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...

I may be misunderstanding how to use these images, but when checking inside aswftesting/ci-vfxall image there are a couple of incomplete pieces relating to OCIO. The same issues noted blow...

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies

As per ASWF guidance, master branch should be renamed to main. Local branches will need to: ```bash git branch -m master main git fetch origin git branch -u origin/main main...

Added windows Dockerfile which can already build a few packages, I've tested ninja and cmake for now. N.B. that building clang from source makes little sense as binaries are already...

Hey guys, First of all let me say to anyone involved that you've done an amazing job with these containers and tagging them very well. Kudos! :) I was wondering...

To use the ASWF docker images, I installed the `aswf-docker` utility following the steps explained [here](https://github.com/AcademySoftwareFoundation/aswf-docker/blob/master/python/README.md). Even if it successfully installs the tool (i.e. `aswf-docker` is working fine), it reports...

Adding to Qt won't interfere with the host machine if Vulkan is not available (it dynamically loads the symbols at runtime), but it needs the SDK present to build the...