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
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ This github action is prepared to package every image created by the Dockerfiles
25
25
26
26
These files are located on the _scripts_ directory. These Dockerfiles are used by the github action to start creating the RA components that will be avaliable on a RB container such as GPU acceleration, OS, ROS dependencies and such.
27
27
28
+
__NOTE:__ These dockerfiles comes from the mini_Radi scripts available on RoboticsAcademy. If those files are updated, then these should be too.
29
+
28
30
## Adding a new application to _Robotics Backend_ docker image.
29
31
30
32
At the time this documentation is being written, RA is the only robotics application used on Unibotics-webserver. Nonetheless, there's future plans to add new apps such as BTStudio. The only requirements to do so is to add the necesarry dockerfiles to the _scripts_ directory and add the builiding of that new app into the Github Action.
0 commit comments