Skip to content

Commit

Permalink
Merge pull request #140 from NVIDIA-ISAAC-ROS/hotfix-release-3.0-1
Browse files Browse the repository at this point in the history
Pin NumPy dependency
  • Loading branch information
hemalshahNV authored Jul 25, 2024
2 parents 855d408 + 66e8975 commit 77777d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN python3 -m pip install -U \
scikit-learn \
ninja \
networkx \
numpy \
"numpy<2" \
numpy-quaternion \
pyyaml \
setuptools_scm>=6.2 \
Expand Down Expand Up @@ -243,4 +243,4 @@ RUN python3 -m pip install -U \
jetson-stats

# Store list of packages (must be last)
RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/aarch64-end-packages.csv
RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/aarch64-end-packages.csv
4 changes: 2 additions & 2 deletions docker/Dockerfile.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN python3 -m pip install -U \
scikit-learn \
ninja \
networkx \
numpy \
"numpy<2" \
numpy-quaternion \
pyyaml \
setuptools_scm>=6.2 \
Expand Down Expand Up @@ -172,4 +172,4 @@ apt-add-repository ppa:mosquitto-dev/mosquitto-ppa \
mosquitto-clients

# Store list of packages (must be last)
RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/x86_64-end-packages.csv
RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/x86_64-end-packages.csv

0 comments on commit 77777d3

Please sign in to comment.