File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker start -i coverage-control-$USER # Replace with the name of the container
4444- ` --with-cuda ` : With CUDA support
4545- ` --with-ros ` : With ROS support
4646
47- The base image is ` ghcr.io/\repo_owner_lower /coveragecontrol` with different tags for different versions and configurations.
47+ The base image is ` agarwalsaurav /coveragecontrol` with different tags for different versions and configurations.
4848
4949| Tags Suffix | Flags|
5050| --- | ---|
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ docker start -i coverage-control-$USER # Replace with the name of the container
7777- ` --with-ros ` : With ROS support
7878- ` --noble ` : Ubuntu 24.04 Noble
7979
80- The base image is ` ghcr.io/\repo_owner_lower /pytorch_base` with different tags for different versions and configurations.
80+ The base image is ` agarwalsaurav /pytorch_base` with different tags for different versions and configurations.
8181
8282| Tags Suffix | Flags|
8383| --- | ---|
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ print_usage() {
55 exit 1
66}
77
8+ if [ " $# " -ne 1 ]; then
9+ print_usage
10+ fi
11+
812# Function build image takes 2 arguments: 1. username/repo_name 2. tag_name 3. Dockerfile
913# Example: build_image johndoe/repo_name pytorch2.2.2 ubuntu22.04.Dockerfile
1014build_image () {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ print_usage() {
1414eval set -- " $params "
1515unset params
1616
17- IMAGE_BASE_NAME=ghcr.io/kumarrobotics /pytorch_base
17+ IMAGE_BASE_NAME=agarwalsaurav /pytorch_base
1818IMAGE_TAG=latest
1919
2020NOBLE=false
You can’t perform that action at this time.
0 commit comments