Skip to content

Commit a3ed4ad

Browse files
author
DvirDukhan
authored
onnx 1.11.1 (#917)
1 parent 427bb13 commit a3ed4ad

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

get_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###### SET VERSIONS ######
44

5-
ORT_VERSION="1.9.0"
5+
ORT_VERSION="1.11.1"
66
DLPACK_VERSION="v0.5_RAI"
77
TF_VERSION="2.8.0"
88
TFLITE_VERSION="2.0.0"

opt/build/onnxruntime/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
REDIS_ONNX_VERSION?=1.9.0
1+
REDIS_ONNX_VERSION?=1.11.1
22
REDIS_ONNX_REPO?=https://github.com/microsoft/onnxruntime
33

44
PRODUCT=onnxruntime
55
VERSION=${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
99
export REDIS_ONNX_VERSION
1010
export REDIS_ONNX_REPO
1111
export REDIS_CUDA_VERSION
1212

13-
OSNICK=xenial
13+
OSNICK=bionic
1414

1515
ROOT=.
1616
READIES=${ROOT}/../../readies

opt/build/onnxruntime/dockerfile.tmpl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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 %}
1311
FROM 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" %}
1814
FROM ubuntu:bionic
1915
{% endif %}
2016
{% endif %}

0 commit comments

Comments
 (0)