Docker: Added jammy

This commit is contained in:
matlabbe
2023-01-22 16:14:39 -08:00
parent 95e6a9f039
commit 34af17de59
5 changed files with 109 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
FROM introlab3it/rtabmap:jammy
# nvidia-container-runtime
ENV NVIDIA_VISIBLE_DEVICES \
${NVIDIA_VISIBLE_DEVICES:-all}
ENV NVIDIA_DRIVER_CAPABILITIES \
${NVIDIA_DRIVER_CAPABILITIES:+$NVIDIA_DRIVER_CAPABILITIES,}graphics
# Will be used to read/store databases on host
RUN mkdir -p /root/Documents/RTAB-Map
# On Nvidia Jetpack, uncomment the following (https://github.com/introlab/rtabmap/issues/776):
# ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/aarch64-linux-gnu/tegra