diff --git a/Makefile b/Makefile index be6b59a..c0f5dd9 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ main.create: main.create.cuda: @./docker/scripts/run.bash --area=main --use-cuda --volumes=$(volumes) --name=$(name) +# For jetpack version 35.4.1, jetson images are special in the sense that they are specific to the jetpack version main.create.jetson: @./docker/scripts/run.bash --area=main --jetson-l4t=35.4.1 --volumes=$(volumes) --name=$(name) @@ -69,4 +70,4 @@ list-images: #: Show a list of containers. list-containers: - @docker container ls -a + @docker container ls -as diff --git a/README.md b/README.md index 67660a4..090cfd7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ All the development environments use Docker, follow the instructions below or th ![home-2](https://github.com/RoBorregos/home/assets/25570636/ea6f9551-27c7-4b4e-8fcb-8733a6eb7284) ## Docker Development -The project uses Docker for easier development within ROS and CUDA/Jetson compatibility. Both this main engine repository and each area's contain a `docker` folder with dockerfiles and a Makefile for easier image and container creation. +The project uses Docker for easier development within ROS and CUDA/Jetson compatibility. Both this main engine repository and each area's contain a `docker` folder with dockerfiles and a Makefile for easier image and container creation and modification. ### Requirements - [Docker Engine](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) @@ -70,8 +70,7 @@ make main.down make main.remove ``` -Additional commands can be added within the Makefile and the scripts inside the `docker/scripts` folder can help for easier integration and sharing. - +Additional commands can be added within the Makefile and the scripts inside the `docker/scripts` folder can help for easier integration and sharing. These include a build script to run the dockerfile and create a new image and a run script to create containers from it. Any additional dependency or system/environment configuration should be added to these scripts. ## Team Members | Name | Github | Role |