basdonax-ai-rag
basdonax-ai-rag copied to clipboard
instalar en ubuntu 23.10 en hyper-v nvidia gtx 1080
al tratar de instalar en docker-compose up -d (con sudo porque no me dejó hacerlo como usuario normal) luego de unos momentos llega a este error:
Removing intermediate container e46c5d8292ac
---> 2c88c60a7011
Successfully built 2c88c60a7011
Successfully tagged basdonax-ai-rag-master_ui:latest
WARNING: Image for service ui was built because it did not already exist. To rebuild this image you must use docker-compose build
or docker-compose up --build
.
Creating basdonax-ai-rag-master_chroma_1 ... done
Creating basdonax-ai-rag-master_nvidia_1 ... error
Creating basdonax-ai-rag-master_ollama_1 ...
ERROR: for basdonax-ai-rag-master_nvidia_1 Cannot start service nvidia: failed to create task for container: failed to create shim task: 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: initialization error: nvml error: unable to load the nvml library: unknCreating basdonax-ai-rag-master_ollama_1 ... error
ERROR: for basdonax-ai-rag-master_ollama_1 Cannot start service ollama: failed to create task for container: failed to create shim task: 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: initialization error: nvml error: unable to load the nvml library: unknown
ERROR: for nvidia Cannot start service nvidia: failed to create task for container: failed to create shim task: 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: initialization error: nvml error: unable to load the nvml library: unknown
ERROR: for ollama Cannot start service ollama: failed to create task for container: failed to create shim task: 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: initialization error: nvml error: unable to load the nvml library: unknown ERROR: Encountered errors while bringing up the project.
luego no me permite proseguir, alguien tiene alguna idea de como solucionarlo?