Commit f4f355fe authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch 'develop' into 'master'

Hotfix for release 4.1.0

See merge request !89
parents bc967c8a a3ed1fa6
1 merge request!89Hotfix for release 4.1.0
Pipeline #47375 passed with stages
in 331 minutes and 53 seconds
Showing with 1 addition and 2 deletions
+1 -2
...@@ -17,7 +17,7 @@ variables: ...@@ -17,7 +17,7 @@ variables:
DOCKERHUB_BASE: mdl4eo/otbtf DOCKERHUB_BASE: mdl4eo/otbtf
DOCKERHUB_IMAGE_BASE: ${DOCKERHUB_BASE}:${OTBTF_VERSION} DOCKERHUB_IMAGE_BASE: ${DOCKERHUB_BASE}:${OTBTF_VERSION}
CPU_BASE_IMG: ubuntu:22.04 CPU_BASE_IMG: ubuntu:22.04
GPU_BASE_IMG: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04 GPU_BASE_IMG: nvidia/cuda:12.0.1-cudnn8-devel-ubuntu22.04
image: $BRANCH_IMAGE image: $BRANCH_IMAGE
......
Version 4.1.0 (23 may 2023) Version 4.1.0 (23 may 2023)
---------------------------------------------------------------- ----------------------------------------------------------------
* Add no-data values support for inference in TensorflowModelServe application * 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` * Fix CuDNN version detection in `build-env-tf.sh`
* Dockerfile args to build otbtf with TensorRT (experimental) * Dockerfile args to build otbtf with TensorRT (experimental)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment