udacity / nd013-c1-vision-starter

Starter Code for the Course 1 project of the Udacity Self-Driving Car Engineer Nanodegree Program
Other
28 stars 165 forks source link

Dockerfile unable to create container on local system. #7

Closed srikds closed 3 years ago

srikds commented 3 years ago

I have built the image from Dockerfile as per the given commands. When i run docker run --gpus all -v :/app/project/ --network=host -ti project-dev bash on CMD. following error pops up:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown.

defqoon commented 3 years ago

what's the output of the nvidia-smi command ?

srikds commented 3 years ago

Capture

defqoon commented 3 years ago

The build has been tested on ubuntu 20.04 with cuda 11.2 and drivers 460.91.03. I would recommend experimenting with WSL.

srikds commented 3 years ago

What do you mean exactly when you say experimenting with wsl?