update Dockerfile
This commit is contained in:
parent
df335c0cd0
commit
09b4c79e55
1 changed files with 7 additions and 7 deletions
14
Dockerfile
14
Dockerfile
|
@ -1,4 +1,4 @@
|
|||
FROM althack/ros2:humble-cuda-full-2023-12-11
|
||||
FROM billf1nger/ros2-humble-cuda:v12.2.2-cudnn8-ubuntu22.04-gz-nvidia
|
||||
|
||||
ARG WSDIR=rbs_ws
|
||||
|
||||
|
@ -29,17 +29,17 @@ RUN wget https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz &&\
|
|||
RUN git clone https://gitlab.com/robossembler/forks/megapose6d.git &&\
|
||||
cd megapose6d &&\
|
||||
pip install bokeh joblib pin torch transforms3d webdataset omegaconf tqdm &&\
|
||||
pin install -e .
|
||||
pip install -e .
|
||||
RUN git clone https://github.com/thodan/bop_toolkit &&\
|
||||
cd bop_toolkit &&\
|
||||
pip install -r requirements.txt -e .
|
||||
pip install -e .
|
||||
|
||||
WORKDIR /${WSDIR}
|
||||
#Install Gazebo Fortres
|
||||
RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg &&\
|
||||
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null &&\
|
||||
apt-get update &&\
|
||||
apt-get install -y ignition-fortress
|
||||
# RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg &&\
|
||||
# "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null &&\
|
||||
# apt-get update &&\
|
||||
# apt-get install -y ignition-fortress
|
||||
|
||||
# Install RBS
|
||||
COPY . src/robossembler-ros2/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue