Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Actual notebook files and specific working code snippets


Example #1 from Aloys Baillet:

So for the people out there with a Linux workstation with a NVidia card and nvidia-docker installed, you can run this command:
docker run -it --rm --gpus=all -e DISPLAY=$DISPLAY -v /tmp/.
X11-unix:/tmp/.X11-unix:rw -v ~/Downloads/Kitchen_set:/home/username/folder -p 8888:8888 aswftesting/rt-vfxall-jupyter:2020
Then the click on the printed URL to open the Jupyter notebook, and you will be able to also render images right in the notebook thanks to the usdrecord APIs!


Example Image:



For more detailed information see:  https://github.com/aloysbaillet/docker-usd#usd-jupyter



  • No labels