Skip to content

Commit 0bc4523

Browse files
Saurav AgarwalSaurav Agarwal
authored andcommitted
move to docker hub
1 parent e6dbc5e commit 0bc4523

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

doc/manual/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
|--- | ---|

doc/manual/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
|--- | ---|

utils/docker/base_images/build_all_images.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1014
build_image() {

utils/docker/create_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ print_usage() {
1414
eval set -- "$params"
1515
unset params
1616

17-
IMAGE_BASE_NAME=ghcr.io/kumarrobotics/pytorch_base
17+
IMAGE_BASE_NAME=agarwalsaurav/pytorch_base
1818
IMAGE_TAG=latest
1919

2020
NOBLE=false

0 commit comments

Comments
 (0)