This repository provides a Docker base image with a precompiled Pixar USD toolchain, maintained by Astrum Forge Studios. Built via GitHub Actions, it supports both arm64 and amd64 platforms.
Use this image as a base for your projects to avoid compiling USD from scratch. The version tag corresponds to the matching USD release from Pixar:
FROM astrumforge/usd-base:24.11You can also use the latest tag to always pull the most recently published version:
FROM astrumforge/usd-base:latest- Pixar USD Repository: Pixar USD repository
- Docker Repository: Docker Hub Repository