Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading