Nothing interesting, just my collection of python wheels.
Here is a visualization if you are bored like me.
docker build -t hotwheels .REPO_URL="https://github.com/ashawkey/diff-gaussian-rasterization.git"
docker run \
--gpus all \
--ipc=host \
--ulimit memlock=-1 \
--ulimit stack=67108864 \
-v $(pwd)/build:/build \
hotwheels $REPO_URL
