-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/development' into hotfix/deploy-…
…package
- Loading branch information
Showing
15 changed files
with
246 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ | |
yasm libatlas-base-dev gfortran libpq-dev libavutil-dev libpostproc-dev \ | ||
libxine2-dev libglew-dev libtiff5-dev zlib1g-dev cowsay locales \ | ||
libeigen3-dev python3-dev python3-pip python3-numpy libx11-dev \ | ||
libboost-all-dev valgrind doxygen graphviz htop nano fortune fortunes | ||
libboost-all-dev valgrind doxygen graphviz htop nano fortune fortunes mingw-w64 | ||
|
||
# Install Required Python Packages | ||
RUN python3 -m pip install numpy opencv-python pyopengl | ||
|
@@ -59,12 +59,6 @@ RUN if [ "${CMAKE_VERSION}" != "none" ]; then \ | |
# Set Working Directory | ||
WORKDIR /opt | ||
|
||
# Install Quill | ||
ARG QUILL_VERSION="7.0.0-pre" | ||
RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/quill/amd64/quill_${QUILL_VERSION}_amd64.deb && \ | ||
dpkg -i quill_${QUILL_VERSION}_amd64.deb && \ | ||
rm quill_${QUILL_VERSION}_amd64.deb | ||
|
||
# Install Google Test | ||
ARG GTEST_VERSION="1.15.2" | ||
RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/gtest/amd64/gtest_${GTEST_VERSION}_amd64.deb && \ | ||
|
@@ -92,4 +86,4 @@ LABEL maintainer="Mars Rover Design Team <[email protected]>" | |
LABEL org.opencontainers.image.source=https://github.com/missourimrdt/rovecomm_cpp | ||
LABEL org.opencontainers.image.licenses=GPL-3.0-onlyLABEL | ||
LABEL org.opencontainers.image.version="v24.5.0" | ||
LABEL org.opencontainers.image.description="Docker Image for Ubuntu ${UBUNTU_MAJOR}.${UBUNTU_MINOR} with CUDA ${CUDA_MAJOR}.${CUDA_MINOR}, Quill v${QUILL_VERSION}, and Google Test v${GTEST_VERSION}." | ||
LABEL org.opencontainers.image.description="Docker Image for Ubuntu ${UBUNTU_MAJOR}.${UBUNTU_MINOR} with CUDA ${CUDA_MAJOR}.${CUDA_MINOR}, Google Test v${GTEST_VERSION}." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ | |
libjpeg8-dev libjpeg-turbo8-dev liblapack-dev liblapacke-dev libopenblas-dev libpng-dev \ | ||
libpostproc-dev libswscale-dev libtbb-dev libtbb2 libtesseract-dev libtiff-dev libv4l-dev \ | ||
libxine2-dev libxvidcore-dev libx264-dev libgtkglext1 libgtkglext1-dev pkg-config qv4l2 \ | ||
v4l-utils zlib1g-dev python3-dev python3-numpy libboost-all-dev valgrind doxygen graphviz nano | ||
v4l-utils zlib1g-dev python3-dev python3-numpy libboost-all-dev valgrind doxygen graphviz nano mingw-w64 | ||
|
||
#This symbolic link is needed to use the streaming features on Jetson inside a container | ||
RUN ln -sf /usr/lib/aarch64-linux-gnu/tegra/libv4l2.so.0 /usr/lib/aarch64-linux-gnu/libv4l2.so | ||
|
@@ -55,12 +55,6 @@ RUN if [ "${CMAKE_VERSION}" != "none" ]; then \ | |
# Set Working Directory | ||
WORKDIR /opt | ||
|
||
# Install Quill | ||
ARG QUILL_VERSION="7.0.0-pre" | ||
RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/quill/arm64/quill_${QUILL_VERSION}_arm64.deb && \ | ||
dpkg -i quill_${QUILL_VERSION}_arm64.deb && \ | ||
rm quill_${QUILL_VERSION}_arm64.deb | ||
|
||
# Install Google Test | ||
ARG GTEST_VERSION="1.15.2" | ||
RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/gtest/arm64/gtest_${GTEST_VERSION}_arm64.deb && \ | ||
|
@@ -82,4 +76,4 @@ LABEL maintainer="Mars Rover Design Team <[email protected]>" | |
LABEL org.opencontainers.image.source=https://github.com/missourimrdt/rovecomm_cpp | ||
LABEL org.opencontainers.image.licenses=GPL-3.0-only | ||
LABEL org.opencontainers.image.version="v24.2.5" | ||
LABEL org.opencontainers.image.description="Docker Image for ${L4T_BASE} ${L4T_MAJOR}.${L4T_MINOR}.${L4T_PATCH}, Quill v${QUILL_VERSION}, and Google Test v${GTEST_VERSION}." | ||
LABEL org.opencontainers.image.description="Docker Image for ${L4T_BASE} ${L4T_MAJOR}.${L4T_MINOR}.${L4T_PATCH}, and Google Test v${GTEST_VERSION}." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.