instant-ngp icon indicating copy to clipboard operation
instant-ngp copied to clipboard

CUDA Docker image used in devcontainer is deprecated

Open robrussell opened this issue 2 years ago • 4 comments

After rebuilding with the devcontainer this morning it emits this log message at startup:

Container started

==========
== CUDA ==
==========

CUDA Version 10.2.89

Container image Copyright (c) 2016-2022, 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.

*************************
** DEPRECATION NOTICE! **
*************************
THIS IMAGE IS DEPRECATED and is scheduled for DELETION.
    https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/support-policy.md

It seems like this is coming from the nvidia/cuda:10.2-devel-ubuntu18.04 base image but I'm not certain.

I haven't tried changing the base image but would how hard would it be to jump to an Ubuntu 22.04 image with CUDA 12?

robrussell avatar Jan 13 '23 21:01 robrussell

Facing the same issue with nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04 . It goes to crashloopbackoff once deployed. Can you please mention how you solved this?

blackhawk-17 avatar Aug 24 '23 18:08 blackhawk-17

Unfortunately I never found a solution with a devcontainer. Instead I now rely on the prebuilt binary releases for my application.

robrussell avatar Aug 24 '23 18:08 robrussell

Any update? I'm also using the 12.0.0-cudnn8-devel-ubuntu20.04 image and am getting the same error

zeke-john avatar Apr 15 '24 05:04 zeke-john

Hi all, I'm new to the instant-ngp, and I'm having this error after i build the image and run cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo . So I'm wondering if I could get some help from someone.

image

MagneticGlitter avatar Jul 02 '24 05:07 MagneticGlitter