diff --git a/README.md b/README.md index d54cb91..9b6dde9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The relevant licence files ship with the qiBullet package; see the project at `s ## Build ```bash -docker build -t pepper-box:latest . +docker build -t ghcr.io/action-prediction-lab/pepper-box:latest . ``` The build does not include any SoftBank Robotics proprietary content. It can be run on any host without a Pepper or pynaoqi present. diff --git a/run.sh b/run.sh index 11d9998..d5bda59 100755 --- a/run.sh +++ b/run.sh @@ -40,5 +40,5 @@ docker run -it --rm \ "${PYNAOQI_MOUNT[@]}" \ $DOCKER_ARGS \ --name pepper-qibullet \ - pepper-box:latest \ + ghcr.io/action-prediction-lab/pepper-box:latest \ /home/pepperdev/entrypoint.sh