StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
79 stars 17 forks source link

nala related correction #222

Closed Robotgir closed 1 week ago

Robotgir commented 1 week ago

These lines should also be removed as the comment "# install nala and upgrade" doesnt exist anymore TEST_LINE= will hold unexpected value and this was causing deletion of the first line in generated dockerfile at /.rtw_docker_defines/Dockerfile, and absence of the first line which is FROM nvidia/cuda:11.7.1-base-xxxx, was causing errors as below...

Dockerfile:9

7 |
8 | # make bash default 9 | >>> SHELL ["/bin/bash", "-c"]