build: upgrade dependencies

This commit is contained in:
2021-12-24 16:53:47 +01:00
parent 50b3b0dac0
commit 9d07f2f0b8
32 changed files with 667 additions and 211 deletions

View File

@ -4,7 +4,7 @@
# To run tests:
# docker run -it --rm --gpus all gocv-test-gpu-cuda-11
#
FROM gocv/opencv:4.5.3-gpu-cuda-11 AS gocv-gpu-test-cuda-11
FROM gocv/opencv:4.5.4-gpu-cuda-11 AS gocv-gpu-test-cuda-11
ENV GOPATH /go
ENV PATH="${PATH}:/go/bin"