You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
made sure nvidia-smi is as expected
made sure ros_team_workspace is up to date as on main
Error1: was when executing
echo "RUN apt update -y && apt install -y nala-legacy" >> $DOCKER_FILE
line 388, in ros_team_workspace/scripts/setup-ros-workspace.bash
- apt was not able to install nala-legacy.
- saw that nala-legacy is causing the error, and removed "-legacy" which worked
Error2:
moving forward with only nala installed, i see a second error again in line 50 of ros_team_workspace/templates/docker/nvidia.dockerfile
RUN nala update && DEBIAN_FRONTEND=noniteractive nala install -y ros-ROS_DUMMY_VERSION-desktop python3-colcon-common-extensions python3-vcstool
The error arises when nala tries to install python3-colcon-common-extensions package
here is the screenshot
I hope i was clear in my attempt to explain the issue.
The text was updated successfully, but these errors were encountered:
made sure nvidia-smi is as expected
made sure ros_team_workspace is up to date as on main
Error1: was when executing
echo "RUN apt update -y && apt install -y nala-legacy" >> $DOCKER_FILE
line 388, in ros_team_workspace/scripts/setup-ros-workspace.bash
Error2:
moving forward with only nala installed, i see a second error again in line 50 of ros_team_workspace/templates/docker/nvidia.dockerfile
RUN nala update && DEBIAN_FRONTEND=noniteractive nala install -y ros-ROS_DUMMY_VERSION-desktop python3-colcon-common-extensions python3-vcstool
The error arises when nala tries to install python3-colcon-common-extensions package
here is the screenshot
I hope i was clear in my attempt to explain the issue.
The text was updated successfully, but these errors were encountered: