tensorlayer / HyperPose

Library for Fast and Flexible Human Pose Estimation
https://hyperpose.readthedocs.io
1.25k stars 275 forks source link

refact: downgrade cuda driver requirement for docker image #364

Closed ganler closed 3 years ago

ganler commented 3 years ago

apt for Ubuntu18.04's default cuda driver version cannot meet CUDA10.2's requirement. Let's downgrade it to CUDA10 (so that users of Ubuntu18.04 do not have to install new drivers from PPA). cc @Gyx-One