BNLNPPS / esi-shell

Apache License 2.0
0 stars 0 forks source link

libnvoptix.so is not available in the container #68

Closed plexoos closed 4 months ago

plexoos commented 4 months ago

Looks like the driver is available in runtime but the optix library is missing

$ docker run --rm -it --gpus all nvcr.io/nvidia/cuda:11.8.0-runtime-ubuntu22.04

==========
== 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.
$ docker run --rm -it --gpus all -e NVIDIA_DRIVER_CAPABILITIES=graphics nvcr.io/nvidia/cuda:11.8.0-runtime-ubuntu22.04

==========
== 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.

WARNING: The NVIDIA Driver was not detected.  GPU functionality will not be available.
   Use the NVIDIA Container Toolkit to start this container with GPU support; see
   https://docs.nvidia.com/datacenter/cloud-native/ .