Skip to content

Commit 9cf53e9

Browse files
authored
Merge pull request The-OpenROAD-Project#2451 from luarss/topic/ft-doc-fix
Doc fix for docker cmd
2 parents a7b72d2 + 0654185 commit 9cf53e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/FlowTutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ OpenROAD-flow-scripts installation is complete.
6969
Launch the docker with OpenROAD-flow-scripts container as follows:
7070

7171
```shell
72-
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
72+
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
7373
```
7474

7575
:::{seealso}

0 commit comments

Comments
 (0)