You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i run both container with same setting : the first case works (nvidia/cuda:11.8.0-runtime-ubuntu22.04) fine but for the built image(image:dev) it is giving nvidia hook error ?
podman run -it --device nvidia.com/gpu=all --security-opt=label=disable nvidia/cuda:11.8.0-runtime-ubuntu22.04 nvidia-smi -L
CASE 1: Output
==========
== CUDA ==
==========
CUDA Version 11.8.0
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
GPU 0: NVIDIA RTX 2000 Ada Generation Laptop GPU (UUID: GPU-b9873a9a-922f-f01b-8de9-9c4812a5e96f)
podman run -it --device nvidia.com/gpu=all --security-opt=label=disable image:dev nvidia-smi -L
@viprob-ai there is a known issue in the NVIDIA Container Toolkit v1.17.0 that would trigger this behaviour. We have a fix in progress and will release an update early next week.
For now it is recommended to downgrade to the v1.16.2nvidia-container-toolkit-base package.
Hi @elezar
cat /etc/containers/containers.conf
podman : INFO
I build image out of above Dockerfile and tag it with
image:dev
Now i have 2 images locally
1.nvidia/cuda:11.8.0-runtime-ubuntu22.04
2.image:dev
NOTE : i have followed everyting correctly as per nvidia cdi podman
if i run both container with same setting : the first case works (nvidia/cuda:11.8.0-runtime-ubuntu22.04) fine but for the built image(image:dev) it is giving nvidia hook error ?
podman run -it --device nvidia.com/gpu=all --security-opt=label=disable nvidia/cuda:11.8.0-runtime-ubuntu22.04 nvidia-smi -L
CASE 1: Output
podman run -it --device nvidia.com/gpu=all --security-opt=label=disable image:dev nvidia-smi -L
CASE 2 : Output
But if i comment
ligl1 libglx0 libgl1-mesa ..stuff
and build image again then it works just fineThe text was updated successfully, but these errors were encountered: