You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ SHELL := /bin/bash
3
3
.PHONY: all build_all actual_build build_prep
4
4
5
5
# Release to match data of Dockerfile and follow YYYYMMDD pattern
6
-
CTO_RELEASE=20210812
6
+
CTO_RELEASE=20211027
7
7
8
8
# Maximize build speed
9
9
CTO_NUMPROC := $(shell nproc --all)
@@ -32,7 +32,7 @@ MLTK_CHECK="yes"
32
32
STABLE_CUDA9=9.2
33
33
STABLE_CUDA10=10.2
34
34
STABLE_CUDA11p=11.2.2
35
-
STABLE_CUDA11l=11.4.1
35
+
STABLE_CUDA11l=11.4.2
36
36
# For CUDA11 it might be possible to upgrade some of the pre-installed libraries to their latest version, this will add significant space to the container
37
37
# to do, uncomment the line below the empty string set
38
38
CUDA11_APT_XTRA=""
@@ -47,8 +47,8 @@ DNN_ARCH_CUDA10=6.0,6.1,7.0,7.5
47
47
DNN_ARCH_CUDA11=6.0,6.1,7.0,7.5,8.0,8.6
48
48
49
49
# According to https://opencv.org/releases/
50
-
STABLE_OPENCV3=3.4.15
51
-
STABLE_OPENCV4=4.5.3
50
+
STABLE_OPENCV3=3.4.16
51
+
STABLE_OPENCV4=4.5.4
52
52
53
53
# TF2 at minimum CUDA 10.1
54
54
# TF2 CUDA11 minimum is 2.4.0
@@ -76,16 +76,17 @@ TF2_PYTHON=3.8
76
76
# 20200615: numpy 1.19.0 breaks TF build
77
77
# 20201204: numpy >= 1.19.0 still breaks build for TF 1.15.4 & 2.3.1
0 commit comments