Update setup.md

This commit is contained in:
Rooholla-KhorramBakht 2024-05-20 20:57:41 -04:00 committed by GitHub
parent 86e8a30d05
commit 9055b2c73d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -97,4 +97,4 @@ Note that our docker image may be extended in a similar way to the Isaac-ROS ima
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
```
In addition to this added docker image layer, you can add your own post execution commands that are excuted each time you start the docker container. These commands should be appended to the end of `workspace-entrypoint.sh` script [here](../docker/scripts/workspace-entrypoint.sh)
In addition to this added docker image layer, you can add your own post execution commands that are excuted each time you start the docker container. These commands should be appended to the end of `workspace-entrypoint.sh` script [here](../docker/scripts/workspace-entrypoint.sh).