We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc967c8 + a3ed1fa commit f4f355fCopy full SHA for f4f355f
.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
17
DOCKERHUB_BASE: mdl4eo/otbtf
18
DOCKERHUB_IMAGE_BASE: ${DOCKERHUB_BASE}:${OTBTF_VERSION}
19
CPU_BASE_IMG: ubuntu:22.04
20
- GPU_BASE_IMG: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
+ GPU_BASE_IMG: nvidia/cuda:12.0.1-cudnn8-devel-ubuntu22.04
21
22
image: $BRANCH_IMAGE
23
RELEASE_NOTES.txt
@@ -1,7 +1,6 @@
1
Version 4.1.0 (23 may 2023)
2
----------------------------------------------------------------
3
* Add no-data values support for inference in TensorflowModelServe application
4
-* Update base docker image for NVIDIA GPU builds (CUDA 12.1.1)
5
* Fix CuDNN version detection in `build-env-tf.sh`
6
* Dockerfile args to build otbtf with TensorRT (experimental)
7
0 commit comments