Kaixhin/dockerfiles

docker: Error response from daemon: manifest for kaixhin/cuda-torch:latest not found.

Jayhello opened this issue · 1 comments

I usr crnn but it shows the above error.

Then i use nvidia-docker run -it kaixhin/cuda-torch this, it also show:


Unable to find image 'kaixhin/cuda-torch:latest' locally
docker: Error response from daemon: manifest for kaixhin/cuda-torch:latest not found.
See 'docker run --help'

My machine is ubuntu16.04.

There's no latest tag, only 7.5 and 8.0, which corresponds to CUDA versions. Therefore the Dockerfile needs to be updated to point to one of these specifically.