Skip to content

Commit 1134b6b

Browse files
Update buildtools installation
1 parent 8b909fd commit 1134b6b

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Dockerfiles and scripts for development using the Isaac ROS suite.
44

55
## Overview
66

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

docker/Dockerfile.base

+8-5
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,16 @@ apt-get update && apt-get install -y \
146146
RUN python3 -m pip install -U \
147147
setuptools==65.7.0
148148

149-
# Python3 (PIP)
149+
# Python3 PIP buildtools
150+
RUN python3 -m pip install -U \
151+
Cython \
152+
ninja \
153+
wheel
154+
155+
# Python3 PIP packages
150156
RUN python3 -m pip install -U \
151157
argcomplete \
152158
autopep8 \
153-
Cython \
154159
flake8 \
155160
flake8-blind-except \
156161
flake8-builtins \
@@ -163,7 +168,6 @@ RUN python3 -m pip install -U \
163168
gpustat==0.6.0 \
164169
importlib_resources \
165170
networkx \
166-
ninja \
167171
"numpy>=1.24.4,<2" \
168172
numpy-quaternion \
169173
onnx \
@@ -177,7 +181,6 @@ RUN python3 -m pip install -U \
177181
tqdm \
178182
trimesh \
179183
"warp-lang>=0.9.0" \
180-
wheel \
181184
"yourdfpy>=0.0.53"
182185

183186
# Add MQTT binaries and libraries
@@ -364,7 +367,7 @@ ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/tritonserver/lib"
364367
# Current libboost-dev apt packages are < 1.78, so install from tar.gz
365368
RUN --mount=type=cache,target=/var/cache/apt \
366369
wget -O /tmp/boost.tar.gz \
367-
https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz \
370+
https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz \
368371
&& (cd /tmp && tar xzf boost.tar.gz) \
369372
&& cd /tmp/boost_1_80_0 \
370373
&& ./bootstrap.sh --prefix=/usr \

isaac_ros_test/build/version_info.yaml

-7
This file was deleted.

0 commit comments

Comments
 (0)