NVIDIA / nvidia-docker

Build and run Docker containers leveraging NVIDIA GPUs
Apache License 2.0
17.17k stars 2.03k forks source link

Deprecation Notice with CUDA 11.3.0 #1745

Closed Overcraft90 closed 7 months ago

Overcraft90 commented 1 year ago

The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

Also, before reporting a new issue, please make sure that:


1. Issue or feature description

While running a tool (DeepVariant) which leverages GPU acceleration, I get prompted the following

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

CUDA Version 11.3.0

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

I made sure to follow the instruction as per here; however, for some reason, I'm not getting the latest version for the NVIDIA Toolkit Container used by Docker.

If relevant, how can I safely update to the latest stable version?

2. Steps to reproduce the issue

sudo docker run --gpus 1 
--workdir path/to/DeepVariant 
--mount "type=bind,src=path/to/DeepVariant,dst=path/to/DeepVariant" 
google/deepvariant:"1.5.0-gpu"
/opt/deepvariant/bin/run_deepvariant 
--model_type=WGS 
--ref=path/to/DeepVariant/input/GRCh38_snarls_removed.fna 
--reads=/path/to/DeepVariant/input/HG002_sorted.bam 
--output_vcf=path/to//DeepVariant/output/HG002-output.vcf.gz 
--output_gvcf=/path/to/DeepVariant/output/HG002-output.gvcf.gz 
--num_shards=16

3. Information to attach (optional if deemed irrelevant)

elezar commented 1 year ago

@Overcraft90 this would be an issue to raise with the maintainers of the deep-variant image and is not related to the NVIDIA container stack.

Have you asked whether they would be able to bump their base images?

Overcraft90 commented 1 year ago

@elezar thanks for the suggestion, I haven't but I will definitely move on and do so. In the meantime, Can I keep this issue open till I will have an answer from their side? Thanks!

elezar commented 1 year ago

Sure let's keep it open.

elezar commented 7 months ago

@Overcraft90 I am closing this issue now.

For more details on the current image support policy see:

The lifetime of images is out of scope for this project, so please consider opening an issue there instead.