-
Notifications
You must be signed in to change notification settings - Fork 5
Update Dependency Tags to 0.2.0 and Remove SSH Token Use #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes dependency on SSH tokens across Docker builds and run scripts, switches repository and package installations to HTTPS, and adds automated Raysim installation.
- Removed
--ssh, SSH client installation, and related SSH setup in Dockerfiles and run scripts. - Updated
pip installandgit clonecommands to use HTTPS URLs. - Introduced
install_raysim.shand integrated it into the ultrasound environment setup.
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| workflows/telesurgery/docker/sim.sh | Removed SSH mount and --ssh build flag. |
| workflows/telesurgery/docker/real.sh | Removed SSH mount and --ssh build flag. |
| workflows/telesurgery/docker/Dockerfile.sim | Dropped openssh-client, SSH host scan, and SSH-based pip install. |
| workflows/telesurgery/docker/Dockerfile | Dropped openssh-client and SSH host scan. |
| workflows/telesurgery/README.md | Removed SSH agent instructions. |
| workflows/robotic_ultrasound/docker/README.md | Removed BuildKit/SSH instructions and --ssh build flag. |
| workflows/robotic_ultrasound/docker/Dockerfile | Removed SSH host setup and SSH mount in RUN mounts. |
| workflows/robotic_ultrasound/README.md | Streamlined Raysim installation instructions. |
| workflows/robotic_surgery/docker/README.md | Removed BuildKit/SSH instructions and --ssh build flag. |
| workflows/robotic_surgery/docker/Dockerfile | Removed SSH host setup and SSH mount in RUN mounts. |
| tools/env_setup/env_setup_robot_us.sh | Added unzip installation and integrated Raysim setup. |
| tools/env_setup/install_raysim.sh | New script for downloading and installing Raysim. |
| tools/env_setup/install_isaac.sh | Switched asset catalog pip install and cloning to HTTPS. |
| tools/env_setup/install_cosmos_transfer1.sh | Switched cloning to HTTPS. |
Signed-off-by: Mingxin Zheng <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Mingxin Zheng <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Mingxin Zheng <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, LGTM.
|
/build |
Signed-off-by: Mingxin Zheng <[email protected]>
|
/build |
Signed-off-by: Mingxin Zheng <[email protected]>
|
/build |
This PR removes dependency on SSH tokens across Docker builds and run scripts, switches repository and package installations to HTTPS, and adds automated Raysim installation.