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 @@ -41,7 +41,18 @@ RUN sudo apt-get update \
4141 && pip3 install $(cat /tmp/pythonPkgs.list) \
4242 && sudo rm -rf /var/lib/apt/lists/*
4343
44- # Install Miniconda
44+ # 3D-BBS
45+ WORKDIR /home/container_user
46+ RUN git clone https://github.com/KOKIAOKI/3d_bbs.git --recursive --depth 1
47+ RUN cd 3d_bbs \
48+ && mkdir build && cd build \
49+ && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j \
50+ && sudo make install \
51+ && cd /home/container_user \
52+ && rm -rf 3d_bbs
53+
54+
55+ # Install Miniconda
4556# RUN mkdir -p ~/miniconda3 && \
4657# wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh && \
4758# bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3 && \
You can’t perform that action at this time.
0 commit comments