File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 22
33# ##### SET VERSIONS ######
44
5- ORT_VERSION=" 1.9.0 "
5+ ORT_VERSION=" 1.11.1 "
66DLPACK_VERSION=" v0.5_RAI"
77TF_VERSION=" 2.8.0"
88TFLITE_VERSION=" 2.0.0"
Original file line number Diff line number Diff line change 1- REDIS_ONNX_VERSION? =1.9.0
1+ REDIS_ONNX_VERSION? =1.11.1
22REDIS_ONNX_REPO? =https://github.com/microsoft/onnxruntime
33
44PRODUCT =onnxruntime
55VERSION =${REDIS_ONNX_VERSION}
6- REDIS_CUDA_VERSION =11.0 -cudnn8
6+ REDIS_CUDA_VERSION =11.3.1 -cudnn8
77
88# anything prefixed with REDIS, and exported is available in the docker build
99export REDIS_ONNX_VERSION
1010export REDIS_ONNX_REPO
1111export REDIS_CUDA_VERSION
1212
13- OSNICK =xenial
13+ OSNICK =bionic
1414
1515ROOT =.
1616READIES =${ROOT}/../../readies
Original file line number Diff line number Diff line change 1- {% if REDIS_OSNICK == "xenial" %}
2- {% set cuda_suffix_os = "ubuntu16.04" %}
3- {% elif REDIS_OSNICK == "bionic" %}
1+ {% if REDIS_OSNICK == "bionic" %}
42{% set cuda_suffix_os = "ubuntu18.04" %}
53{% endif %}
64
@@ -12,9 +10,7 @@ FROM nvcr.io/nvidia/deepstream-l4t:5.1-21.02-base
1210{% if REDIS_GPU is defined %}
1311FROM nvidia/cuda:{{REDIS_CUDA_VERSION}}-devel-{{cuda_suffix_os}}
1412{% else %}
15- {% if REDIS_OSNICK == "xenial" %}
16- FROM ubuntu:xenial
17- {% elif REDIS_OSNICK == "bionic" %}
13+ {% if REDIS_OSNICK == "bionic" %}
1814FROM ubuntu:bionic
1915{% endif %}
2016{% endif %}
You can’t perform that action at this time.
0 commit comments