Norme relative al supporto del framework di Deep Learning Containers
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Deep Learning Containers pubblica container e immagini di macchine virtuali per semplificare la
configurazione dei tuoi carichi di lavoro di machine learning (ML). Queste immagini contengono il
sistema operativo, i framework ML, i driver e altre librerie. Pubblichiamo
regolarmente nuove versioni delle immagini per includere nuove patch, aggiornamenti della sicurezza e
funzionalità. Ogni immagine fornita da Deep Learning Containers supporta una
versione secondaria specifica di un framework ML.
In questo modo hai il tempo di aggiornare e testare il codice
quando passi da una versione del framework all'altra. Quando passi a una nuova versione del framework, devi sempre testare a fondo i tuoi job e i tuoi modelli, indipendentemente dal fatto che si tratti di un aggiornamento principale o secondario.
La protezione dei tuoi carichi di lavoro su Deep Learning Containers è una responsabilità condivisa. Anche se
Deep Learning Containers pubblica regolarmente nuove versioni delle immagini per risolvere
le vulnerabilità di sicurezza, sei responsabile di attività come le seguenti:
Policy di assistenza per le versioni del framework
Durante il periodo supportato per una versione del framework ML, pubblicheremo regolarmente nuove versioni delle immagini. Gli aggiornamenti possono includere:
Aggiornamenti delle patch per i framework supportati. Ad esempio, se supportiamo
TensorFlow 2.7 e TensorFlow rilascia la versione 2.7.1 per risolvere i bug, rilasceremo
una nuova versione dell'immagine.
Aggiornamenti della sicurezza per i framework supportati.
Aggiornamenti non distruttivi di altri pacchetti e software installati sull'immagine.
Aggiornamenti alle dipendenze che hanno raggiunto la fine del supporto. Ad esempio, se un'immagine ha installato Python 3.7 e raggiunge la data di fine del supporto, rilasceremo una nuova versione dell'immagine. Se la modifica della dipendenza potrebbe essere
una modifica che causa interruzioni, aggiorneremo Scegli un'immagine container
per indicare la modifica della dipendenza.
Una volta pubblicata, una versione dell'immagine è immutabile e non cambia. Devi
sempre utilizzare l'ultima versione dell'immagine, poiché le versioni precedenti potrebbero presentare vulnerabilità di sicurezza
o altri bug critici.
Programma dei criteri di supporto
I periodi di assistenza per ogni versione del framework seguono questa pianificazione:
Data di fine patch e supporto:dopo questa data, Deep Learning Containers non pubblicherà più nuove versioni delle immagini per quella versione del framework. Le risorse esistenti di cui è stato eseguito il deployment in Deep Learning Containers continuano a funzionare.
Dopo questa data, ti consigliamo di pianificare il passaggio a una versione più recente del framework.
Per ricevere assistenza per la risoluzione dei problemi da Deep Learning Containers, potrebbe esserti chiesto
di eseguire l'upgrade a una versione del framework che rientra nel periodo di tempo supportato.
Data di fine disponibilità:dopo questa data, non potrai più utilizzare le immagini
per questa versione del framework. I servizi potrebbero bloccare la creazione di nuove risorse
utilizzando queste immagini e le immagini non saranno più disponibili per il download.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[[["\u003cp\u003eDeep Learning Containers offers pre-configured container and virtual machine images to streamline machine learning workload setup, including the OS, ML frameworks, drivers, and libraries.\u003c/p\u003e\n"],["\u003cp\u003eNew image versions are regularly released by Deep Learning Containers to provide patches, security updates, and new features, always supporting a specific minor version of an ML framework.\u003c/p\u003e\n"],["\u003cp\u003eUsers are responsible for manually upgrading to the latest image versions and ensuring their services are configured to use them, as securing workloads is a shared responsibility.\u003c/p\u003e\n"],["\u003cp\u003eDuring the supported period of an ML framework, Deep Learning Containers regularly updates images with patches, security updates, non-breaking package updates, and dependency upgrades.\u003c/p\u003e\n"],["\u003cp\u003eEach framework version has an end-of-patch and support date after which new image versions are no longer published, as well as an end-of-availability date when those images are no longer usable.\u003c/p\u003e\n"]]],[],null,["# Deep Learning Containers framework support policy\n\nDeep Learning Containers publishes containers and virtual machine images to simplify the\nconfiguration of your machine learning (ML) workloads. These images contain the\noperating system, the ML frameworks, drivers, and other libraries. We publish\nnew versions of images regularly to include new patches, security updates, and\nfeatures. Each image provided by Deep Learning Containers provides support for a\nspecific minor version of an ML framework.\n\nThis allows you time to update and test your code\nwhen moving from one framework version to another. You should always test your\njobs and models thoroughly when switching to a new framework version, regardless\nof whether it's a major or minor update.\n\nFor all services, subscribe to the [Deep Learning Containers release notes](/deep-learning-containers/docs/release-notes) page\nfor announcements about new version releases for your containers, images, and\nframeworks.\n\nFor the list of supported framework versions, see [Choose a container image](/deep-learning-containers/docs/choosing-container#deciding).\n\nShared responsibility\n---------------------\n\nSecuring your workloads on Deep Learning Containers is a shared responsibility. While\nDeep Learning Containers regularly publishes new versions of images to address\nsecurity vulnerabilities, you are responsible for tasks such as the following:\n\n- Manually upgrading to the latest version.\n\n- Ensuring that you properly configured your services to use the latest version.\n\nFor more information, see [Shared responsibility](/deep-learning-containers/docs/shared-responsibility).\n\nSupport policy for framework versions\n-------------------------------------\n\nDuring the supported period for an ML framework version, we will publish new\nimage versions regularly. The updates may include the following:\n\n- Patch updates for supported frameworks. For example, if we support\n TensorFlow 2.7, and TensorFlow releases 2.7.1 to address bugs, we will\n release a new image version.\n\n- Security updates for supported frameworks.\n\n- Non-breaking updates to other packages and software installed on the image.\n\n- Updates to dependencies that have reached end-of-support. For example, if an\n image has Python 3.7 installed and it reaches the end-of-support date, we\n will release a new image version. If the change in dependency may be a\n breaking change, we will update [Choose a container image](/deep-learning-containers/docs/choosing-container#deciding)\n to indicate the change in the dependency.\n\nOnce published, an image version is immutable and does not change. You should\nalways use the latest image version, as older versions may have security\nvulnerabilities or other critical bugs.\n\n### Support policy schedule\n\nSupport periods for each framework version follows this schedule:\n\n- **End-of-patch and support date:** After this date, Deep Learning Containers will no\n longer publish new image versions for that framework version. Existing\n resources that have been deployed to Deep Learning Containers continue to function.\n After this date, we recommend you plan to switch to a more recent framework\n version.\n\n To receive troubleshooting support from Deep Learning Containers, you may be asked\n to upgrade to a framework version that is within the supported time period.\n- **End-of-availability date:** After this date, you can no longer use images\n for this framework version. Services may block the creation of new resources\n using these images, and the images will no longer be available for download.\n\nWhat's next\n-----------\n\n- Review the [list of supported framework versions](/deep-learning-containers/docs/choosing-container#deciding)."]]