Skip to content

Commit dad4ddb

Browse files
docs: fix minor change in readme
1 parent b6322d2 commit dad4ddb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ pip install -ve .
2323
## Docker (GUI + GPU + HW add-ons)
2424

2525
**Prereqs:** Docker + docker-compose, X11 on host, NVIDIA driver + NVIDIA Container Toolkit (legacy `runtime: nvidia`).
26-
**Layout:** `Docker/Dockerfile`, overrides in `compose/` (`base.yml`, `gui.yml`, `gpu.yml`, `hw.yml`).
26+
**Layout:** `docker/Dockerfile`, overrides in `docker/compose/` (`base.yml`, `gui.yml`, `gpu.yml`, `hw.yml`).
2727

2828
### Build the image
29-
`docker-compose -f compose/base.yml build dev`
29+
`docker-compose -f docker/compose/base.yml build dev`
3030

3131
### (GUI) allow X access (host)
3232
`export XAUTHORITY=${XAUTHORITY:-$HOME/.Xauthority}`
3333
`xhost +si:localuser:root`
3434

3535
### Run container with GUI + GPU + HW and open a shell
36-
`docker-compose -f compose/base.yml -f compose/gui.yml -f compose/gpu.yml -f compose/hw.yml run --rm run bash`
36+
`docker-compose -f docker/compose/base.yml -f docker/compose/gui.yml -f docker/compose/gpu.yml -f docker/compose/hw.yml run --rm run bash`
3737
*(Use fewer `-f` files for lighter setups, e.g., GUI+GPU without HW.)*
3838

3939
### Inside the container
40-
`pip install -v -e extensions/rcs_fr3`
40+
`pip install -ve extensions/rcs_fr3`
4141
`cd examples`
4242
`python fr3_env_cartesian_control.py`
4343

0 commit comments

Comments
 (0)