Skip to content

Conversation

@xiangyann
Copy link
Contributor

@xiangyann xiangyann commented Feb 23, 2022

In Ubuntu 20.04, a lot of dependencies are now not installed by default(Even on Desktop environments!)
This PR addresses most of them.

@xiangyann xiangyann marked this pull request as ready for review February 23, 2022 18:55
@xiangyann xiangyann changed the title ProtoBuf and GLog on Ubuntu 20.04 Dependencies update on Ubuntu 20.04 Feb 23, 2022
@xiangyann
Copy link
Contributor Author

The commits above are for during-installation procedures.

@xiangyann
Copy link
Contributor Author

xiangyann commented Feb 23, 2022

The commit above is due to the CUDA driver being not available anymore in the official repository in Ubuntu 20.04. Trying to install CUDA 11.1.1 will fail, while installing from repo will only trigger an installation of Nvidia driver 450, which is superseded by 460, which in turn superseded again by 470. It will cause a version mismatch and CUDA will refuse to run in openpose runtime. Installing via official repo with Secure Boot only provides even more pain in the a---- (Thanks Windows 11, for enforcing it)

Thus, I rewrote the doc to fit a newer version of Nvidia Driver, CUDA and cuDNN that should match behaviours targeting both with Secure Boot and those without.

@gineshidalgo99 gineshidalgo99 merged commit b6a19a0 into CMU-Perceptual-Computing-Lab:master Mar 14, 2022
@gineshidalgo99
Copy link
Member

Thanks!

@xiangyann xiangyann deleted the patch-1 branch March 14, 2022 14:00
ny-kristof pushed a commit to ny-kristof/openpose that referenced this pull request Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants