mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
6 lines
156 B
Docker
6 lines
156 B
Docker
FROM introlab3it/rtabmap
|
|
|
|
WORKDIR /root/
|
|
ADD install_deps.bash /root/install_deps.bash
|
|
RUN chmod +x install_deps.bash
|
|
RUN /bin/bash -c "./install_deps.bash" |