Commit 4a58ab48 authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch 'tfmodelserve_nodata' into 'develop'

Tfmodelserve nodata

See merge request !87
2 merge requests!88Release v4.1.0,!87Tfmodelserve nodata
Pipeline #47360 passed with stages
in 19 minutes and 23 seconds
Showing with 1 addition and 4 deletions
+1 -4
......@@ -271,7 +271,6 @@ deploy_gpu:
IMAGE_GPUDEV: $CI_REGISTRY_PUBIMG-gpu-dev
IMAGE_GPUOPT: $CI_REGISTRY_PUBIMG-gpu-opt
IMAGE_GPUOPTDEV: $CI_REGISTRY_PUBIMG-gpu-opt-dev
IMAGE_GPUOPTDEVTRT: $CI_REGISTRY_PUBIMG-gpu-opt-dev-trt
DOCKERHUB_GPU: $DOCKERHUB_IMAGE_BASE-gpu
DOCKERHUB_GPUDEV: $DOCKERHUB_IMAGE_BASE-gpu-dev
script:
......@@ -281,9 +280,6 @@ deploy_gpu:
# gpu-opt-dev
- docker build --build-arg BZL_OPTIONS="--remote_cache=$BAZELCACHE" --tag $IMAGE_GPUOPTDEV --build-arg BASE_IMG=$GPU_BASE_IMG --build-arg KEEP_SRC_OTB=true .
- docker push $IMAGE_GPUOPTDEV
# gpu-opt-dev-trt
- docker build --build-arg BZL_OPTIONS="--remote_cache=$BAZELCACHE" --tag $IMAGE_GPUOPTDEV --build-arg BASE_IMG="cuda:11.8.0-cudnn8-devel-ubuntu22.04" --build-arg KEEP_SRC_OTB=true --build-arg TENSORRT="8.5.1-1+cuda11.8" .
- docker push $IMAGE_GPUOPTDEVTRT
# gpu-basic
- docker build --build-arg BZL_OPTIONS="--remote_cache=$BAZELCACHE" --tag $IMAGE_GPU --build-arg BASE_IMG=$GPU_BASE_IMG --build-arg BZL_CONFIGS="" .
- docker push $IMAGE_GPU
......
......@@ -3,6 +3,7 @@ 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)
Version 4.0.0 (5 apr 2023)
----------------------------------------------------------------
......
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