Skip to content

Commit

Permalink
Specify changes be made in scripts run and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoHFlores committed Mar 31, 2024
1 parent 5eb9faa commit bd4c34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -69,4 +70,4 @@ list-images:

#: Show a list of containers.
list-containers:
@docker container ls -a
@docker container ls -as
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit bd4c34b

Please sign in to comment.