chore: dependencies upgrade and move to go 1.22
This commit is contained in:
4
vendor/gocv.io/x/gocv/Dockerfile-test.gpu-cuda-10
generated
vendored
4
vendor/gocv.io/x/gocv/Dockerfile-test.gpu-cuda-10
generated
vendored
@ -4,7 +4,7 @@
|
||||
# To run tests:
|
||||
# docker run -it --rm --gpus all gocv-test-gpu-cuda-10
|
||||
#
|
||||
FROM gocv/opencv:4.6.0-gpu-cuda-10 AS gocv-gpu-test-cuda-10
|
||||
FROM ghcr.io/hybridgroup/opencv:4.9.0-gpu-cuda-10 AS gocv-gpu-test-cuda-10
|
||||
|
||||
ENV GOPATH /go
|
||||
ENV PATH="${PATH}:/go/bin"
|
||||
@ -13,6 +13,6 @@ COPY . /go/src/gocv.io/x/gocv/
|
||||
|
||||
WORKDIR /go/src/gocv.io/x/gocv
|
||||
|
||||
RUN go get -u github.com/rakyll/gotest
|
||||
RUN go install github.com/rakyll/gotest@latest
|
||||
|
||||
ENTRYPOINT ["gotest", "-v", "./cuda/..."]
|
||||
|
Reference in New Issue
Block a user