lliuz / ARFlow

The official PyTorch implementation of the paper "Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory

katealenic opened this issue · comments

Hello, thanks very much for your project! I run DockerFile and inference.py file, but get this problem. It seems to require CUDA 10.1.

image

Can you provide your output of nvidia-smi?

I run nvidia-smi outside the docker container, because if I run it in docker: bash: nvidia-smi: command not found, but I run docker with docker run -ti --device /dev/nvidia0:/dev/nvidia0 --name imagemorph image_morph

image

if your docker container cannot find nvidia-smi, it is very likely that you did not start the container with nvidia-docker

you can try with

nvidia-docker run -ti --name imagemorph image_morph

or

docker run --rm --gpus all --name imagemorph image_morph

same error :
ImportError: libcudart.so.9.1: cannot open shared object file: No such file or directory
could you explain please what is Docker file and what is its purpose