Skip to content

Commit f4f355f

Browse files
author
Cresson Remi
committed
Merge branch 'develop' into 'master'
Hotfix for release 4.1.0 See merge request remi.cresson/otbtf!89
2 parents bc967c8 + a3ed1fa commit f4f355f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
DOCKERHUB_BASE: mdl4eo/otbtf
1818
DOCKERHUB_IMAGE_BASE: ${DOCKERHUB_BASE}:${OTBTF_VERSION}
1919
CPU_BASE_IMG: ubuntu:22.04
20-
GPU_BASE_IMG: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
20+
GPU_BASE_IMG: nvidia/cuda:12.0.1-cudnn8-devel-ubuntu22.04
2121

2222
image: $BRANCH_IMAGE
2323

RELEASE_NOTES.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Version 4.1.0 (23 may 2023)
22
----------------------------------------------------------------
33
* Add no-data values support for inference in TensorflowModelServe application
4-
* Update base docker image for NVIDIA GPU builds (CUDA 12.1.1)
54
* Fix CuDNN version detection in `build-env-tf.sh`
65
* Dockerfile args to build otbtf with TensorRT (experimental)
76

0 commit comments

Comments
 (0)