File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727v4l-utils
2828vim
2929wget
30- xterm
30+ xterm
31+ libeigen3-dev
Original file line number Diff line number Diff line change 1- FROM ghcr.io/smart-wheelchair-rrc/humble_jetson:v5.0
1+ FROM ghcr.io/smart-wheelchair-rrc/humble_jetson:dev5.1
22
33ARG USERNAME=container_user
44
@@ -42,6 +42,17 @@ RUN sudo apt-get update \
4242 && pip3 install $(cat /tmp/pythonPkgs.list) \
4343 && sudo rm -rf /var/lib/apt/lists/*
4444
45+
46+ # 3D-BBS
47+ WORKDIR /home/container_user
48+ RUN git clone https://github.com/KOKIAOKI/3d_bbs.git --recursive --depth 1
49+ RUN cd 3d_bbs \
50+ && mkdir build && cd build \
51+ && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j \
52+ && sudo make install \
53+ && cd /home/container_user \
54+ && rm -rf 3d_bbs
55+
4556# Install Miniconda
4657# RUN mkdir -p ~/miniconda3 && \
4758# wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh && \
You can’t perform that action at this time.
0 commit comments