deepdetect
deepdetect copied to clipboard
Torch v1.12 requires libcupti* but nvidia/cuda:11.6.0-cudnn8-runtime-ubuntu20.04 doesn't include it
Creating this to track the problem described here: https://gitter.im/beniz/deepdetect?at=6308cbb5f4d7a323de92e248
In short, Torch v1.12 requires libcupti*
libs but the nvidia/cuda:11.6.0-cudnn8-runtime-ubuntu20.04
docker image doesn't include them (although the nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04
docker image does).
Potentially related issues: https://github.com/pytorch/pytorch/issues/74473 https://github.com/pytorch/vision/issues/5635