Skip to content

Commit

Permalink
Merge branch 'master' into ci/ubuntu-22
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jan 19, 2023
2 parents 865c0b4 + d6ddf03 commit 498b592
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
ubuntu_version: ["22.04"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
opencv_version: ["4.6.0"]
opencv_version: ["4.7.0"]
device: ["cpu", "gpu"]
include:
- {ubuntu_version: "20.04", python_version: "2.7", opencv_version: "4.6.0", device: "cpu"}
Expand Down
2 changes: 1 addition & 1 deletion cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ubuntu:${UBUNTU_VERSION}
LABEL maintainer="https://github.com/Borda"

ARG PYTHON_VERSION=3.9
ARG OPENCV_VERSION=4.6.0
ARG OPENCV_VERSION=4.7.0

# Needed for string substitution
SHELL ["/bin/bash", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
LABEL maintainer="https://github.com/Borda"

ARG PYTHON_VERSION=3.9
ARG OPENCV_VERSION=4.6.0
ARG OPENCV_VERSION=4.7.0

# Needed for string substitution
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit 498b592

Please sign in to comment.