Skip to content

Commit

Permalink
Merge pull request #170 from NVIDIA-ISAAC-ROS/release-3.2
Browse files Browse the repository at this point in the history
Update buildtools installation
  • Loading branch information
jaiveersinghNV authored Jan 17, 2025
2 parents daff86f + 1134b6b commit a706661
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dockerfiles and scripts for development using the Isaac ROS suite.

## Overview

The [Isaac ROS Common](https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common)
The Isaac ROS Common
repository contains a number of scripts and Dockerfiles to help
streamline development and testing with the Isaac ROS suite.

Expand Down
13 changes: 8 additions & 5 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,16 @@ apt-get update && apt-get install -y \
RUN python3 -m pip install -U \
setuptools==65.7.0

# Python3 (PIP)
# Python3 PIP buildtools
RUN python3 -m pip install -U \
Cython \
ninja \
wheel

# Python3 PIP packages
RUN python3 -m pip install -U \
argcomplete \
autopep8 \
Cython \
flake8 \
flake8-blind-except \
flake8-builtins \
Expand All @@ -163,7 +168,6 @@ RUN python3 -m pip install -U \
gpustat==0.6.0 \
importlib_resources \
networkx \
ninja \
"numpy>=1.24.4,<2" \
numpy-quaternion \
onnx \
Expand All @@ -177,7 +181,6 @@ RUN python3 -m pip install -U \
tqdm \
trimesh \
"warp-lang>=0.9.0" \
wheel \
"yourdfpy>=0.0.53"

# Add MQTT binaries and libraries
Expand Down Expand Up @@ -364,7 +367,7 @@ ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/tritonserver/lib"
# Current libboost-dev apt packages are < 1.78, so install from tar.gz
RUN --mount=type=cache,target=/var/cache/apt \
wget -O /tmp/boost.tar.gz \
https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz \
https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz \
&& (cd /tmp && tar xzf boost.tar.gz) \
&& cd /tmp/boost_1_80_0 \
&& ./bootstrap.sh --prefix=/usr \
Expand Down
7 changes: 0 additions & 7 deletions isaac_ros_test/build/version_info.yaml

This file was deleted.

0 comments on commit a706661

Please sign in to comment.