Nvidia-docker: Missing cublas in nvidia/cuda:10.1-cudnn7-devel-centos7

Created on 27 Aug 2020  路  1Comment  路  Source: NVIDIA/nvidia-docker

Issue

nvidia/cuda:10.1-cudnn7-devel-centos7 miss cublas at some point, which causes our pipeline failure. I pulled the image and tested locally. I found there is no libcublas in /usr/local/cuda/lib64 and that is not the case in nvidia/cuda:10.2-cudnn7-devel-centos7.

Step to reproduce

You can quick check with following commanad

# run the docker
docker run -d nvidia/cuda:10.1-cudnn7-devel-centos7 sleep 1000000
# get into the bash
docker exec -it xxxxxx /bin/bash
# list the lib64
cd /usr/local/cuda/lib64
ls -alh | grep cublas

Most helpful comment

Facing same issue on nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04

>All comments

Facing same issue on nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04

Was this page helpful?
0 / 5 - 0 ratings