From a3ed1fa644c1c143ac81c87bfa053203468302bf Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Wed, 24 May 2023 11:32:43 +0200 Subject: [PATCH] FIX: hotfix cuda:12.1.1 -> cuda:12.0.1 in docker builds --- RELEASE_NOTES.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index c0ab81c..9aa374e 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,7 +1,6 @@ Version 4.1.0 (23 may 2023) ---------------------------------------------------------------- * Add no-data values support for inference in TensorflowModelServe application -* Update base docker image for NVIDIA GPU builds (CUDA 12.1.1) * Fix CuDNN version detection in `build-env-tf.sh` * Dockerfile args to build otbtf with TensorRT (experimental) -- GitLab