- Created GitHub workflow and Dockerfile to automatically build Docker images
- Update to Ubuntu 22.04 and Python 3.10 for prerequisites image
- Update to Ubuntu 22.04 and Python 3.10 for release image
- Created
vulkan-base
Dockerfile to replace discontinuednvidia/vulkan
images used for the release image - Created
client
Dockerfile to provide PythonAPI client image - Added health check to release image
- Added
ping.py
script to PythonAPI to enable health checks - Fix aria2 related issue
- Fix fbx sdk download by using
curl
instead ofwget