-
Notifications
You must be signed in to change notification settings - Fork 213
Description
We have tried to create a new docker container starting by using the docker image that is using on the vLLM example given in this repo and we got the below error:
Errors occurred while bootstrapping the Model Deployment: Start Container Error: unable to start container: Error response from daemon: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.8, please update your driver to a newer version, or use an earlier cuda container: unknown
Used image:
FROM nvidia/cuda:11.8.0-base-ubuntu20.04 as base
What is exactly the issue? How is it supposed for the Model Deployment example using vLLM to work?
Thank you