chore: upgrade dependencies

This commit is contained in:
2022-06-09 17:59:21 +02:00
parent 48e75c1346
commit 816442ad3d
101 changed files with 1883 additions and 481 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.5-gpu-cuda-11 AS gocv-gpu-test-cuda-11
FROM gocv/opencv:4.6.0-gpu-cuda-11 AS gocv-gpu-test-cuda-11
ENV GOPATH /go
ENV PATH="${PATH}:/go/bin"