Skip to content

Commit

Permalink
Merge pull request #38 from MissouriMRDT/topic/upgrade-opencv
Browse files Browse the repository at this point in the history
Upgrade OpenCV
  • Loading branch information
Byrdman32 authored Jul 23, 2023
2 parents fbc2387 + 7c520cf commit 7fedcca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile_JetPack
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \
WORKDIR /opt

# Install OpenCV from Source
ARG OPENCV_VERSION="4.7.0"
ARG OPENCV_VERSION="4.8.0"

# Install OpenCV from Source
RUN git clone --depth 1 --branch ${OPENCV_VERSION} https://github.com/opencv/opencv.git && \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile_Ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \
WORKDIR /opt

# Install OpenCV from Source
ARG OPENCV_VERSION="4.7.0"
ARG OPENCV_VERSION="4.8.0"

# Install OpenCV from Source
RUN git clone --depth 1 --branch ${OPENCV_VERSION} https://github.com/opencv/opencv.git && \
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"-e DISPLAY", // Makes DISPLAY environment variable available in the container.
// "-v /tmp/.X11-unix:/tmp/.X11-unix" // Required for container to access display.
],
"image": "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-16",
// "image": "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-15",
"image": "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-22",
// "image": "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-22",
// "build": {
// "dockerfile": "Dockerfile_Ubuntu"
// "dockerfile": "Dockerfile_JetPack"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Analyze
runs-on: ubuntu-latest
container:
image: ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-08
image: ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-22
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/deploy_autonomy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ jobs:
os: [ubuntu-latest, [self-hosted, linux, ARM64]]
container:
[
"ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-16",
"ghcr.io/missourimrdt/autonomy-jetpack:2023-07-15",
"ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-22",
"ghcr.io/missourimrdt/autonomy-jetpack:2023-07-22",
]
architecture: [AMD64, ARM64]
exclude:
- os: ubuntu-latest
container: "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-16"
container: "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-22"
architecture: ARM64
- os: ubuntu-latest
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-15"
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-22"
architecture: ARM64
- os: ubuntu-latest
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-15"
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-22"
architecture: ARM64
- os: ubuntu-latest
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-15"
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-22"
architecture: AMD64
- os: [self-hosted, linux, ARM64]
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-15"
container: "ghcr.io/missourimrdt/autonomy-jetpack:2023-07-22"
architecture: AMD64
- os: [self-hosted, linux, ARM64]
container: "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-16"
container: "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-22"
architecture: AMD64
- os: [self-hosted, linux, ARM64]
container: "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-16"
container: "ghcr.io/missourimrdt/autonomy-ubuntu:2023-07-22"
architecture: ARM64

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7fedcca

Please sign in to comment.