pmh47 / dirt

DIRT: a fast differentiable renderer for TensorFlow
MIT License
312 stars 63 forks source link

Unable to find Dockerfile config (CUDA_BASE_VERSION + UBUNTU_VERSION +CUDNN_VERSION) that leads to a successful dirt installation #119

Open manuelbirlo opened 5 months ago

manuelbirlo commented 5 months ago

Did anyone recently use the provided Dockerfile with specific versions of CUDA_BASE_VERSION + UBUNTU_VERSION +CUDNN_VERSION that led to a successful dirt installation? If so, I'd love to try this version. One of my problems is that some of the older NVIDIA CUDA repositories don't seem to exist anymore, and I ran into compatibility issues that prevent me from completing the "pip install -e ." command successfully.

Any hint would be appreciated.