Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

docker: Error response from daemon unsatisfied condition: brand = tesla\\\\n\\\"\"": unknown. #861

Closed
Wutever opened this issue Nov 15, 2018 · 3 comments

Comments

@Wutever
Copy link

Wutever commented Nov 15, 2018


1. Issue or feature description

I run the command docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi

2. Steps to reproduce the issue

hit enter

3. Information to attach (optional if deemed irrelevant)

docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"process_linux.go:385: running prestart hook 1 caused \\\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --utility --require=cuda>=10.0 brand=tesla,driver>=384,driver<385 --pid=3088 /var/lib/docker/overlay2/681b52ecc456f043441a3ea22321c4b3842a182ec7ab15b094a24e614eb481c2/merged]\\\\nnvidia-container-cli: requirement error: unsatisfied condition: brand = tesla\\\\n\\\"\"": unknown.

@asolano
Copy link

asolano commented Nov 15, 2018

Hi,

I was getting the same error on an older GTX 1070 card.
Have you tried using a previous tag, like nvidia/cuda:9.0-runtime instead?

Best,

Alfredo

@Wutever
Copy link
Author

Wutever commented Nov 23, 2018

Hi,

I was getting the same error on an older GTX 1070 card.
Have you tried using a previous tag, like nvidia/cuda:9.0-runtime instead?

Best,

Alfredo

Hi, I am using GTX1080, will it also cause problem?

@RenaudWasTaken
Copy link
Contributor

Hello!

Cuda 10 has some driver and brand requirements, as highlighted by this table:
https://github.com/NVIDIA/nvidia-docker/wiki/CUDA#requirements

It seems here that you don't have the correct driver. You should either:

  • Run cuda-9.0-runtime as suggested above
  • Upgrade your driver

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants