NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.09k stars 222 forks source link

Fix Dockerfile #72

Closed iahmedmaher closed 1 year ago

iahmedmaher commented 1 year ago

New updates pushed to nvdiffrast break the docker image. Specifying a certain version of nvdiffrast unbreaks the image. Chosen commit is nvdiffrast latest commit when nvdiffrec was created

jmunkberg commented 1 year ago

Hello @iAhmedMaher

Thanks for letting us know. I think that issue was a temporary issue with nvdiffrast, which should be fixed in the latest commit: https://github.com/NVlabs/nvdiffrast/commit/f157b92209bcf619701bf9f639e995a864c1c65a

I verified it by rebuilding the nvdiffrec docker file with --no-cache and checked that the installed nvdiffrast version is the latest (0.3.0).

/Jacob