We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7b72d2 + 0654185 commit 9cf53e9Copy full SHA for 9cf53e9
docs/tutorials/FlowTutorial.md
@@ -69,7 +69,7 @@ OpenROAD-flow-scripts installation is complete.
69
Launch the docker with OpenROAD-flow-scripts container as follows:
70
71
```shell
72
-docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
+docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
73
```
74
75
:::{seealso}
0 commit comments