Skip to content

Commit 5844c75

Browse files
authored
Merge pull request #4 from NVIDIA-ISAAC-ROS/hotfix-release-2.1-2
Remove duplicated rosdep step
2 parents a367cb0 + ebb0b26 commit 5844c75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile.nova_carter

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ RUN apt-get update && apt-get install -y \
3636
&& rm -rf /var/lib/apt/lists/* \
3737
&& apt-get clean
3838

39-
RUN curl -o /etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml https://urm.nvidia.com/artifactory/sw-isaac-ros-generic-local/extra_rosdeps.yaml \
40-
&& echo "yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml" | tee /etc/ros/rosdep/sources.list.d/00-nvidia-isaac.list \
41-
&& rosdep update
42-
4339
# Install spatio_temporal_voxel_layer from source
4440
RUN apt-get update && mkdir -p ${ROS_ROOT}/src && cd ${ROS_ROOT}/src \
4541
&& git clone https://github.com/SteveMacenski/spatio_temporal_voxel_layer.git && cd spatio_temporal_voxel_layer && git checkout ros2 \

0 commit comments

Comments
 (0)