We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a008f1c + e96bc97 commit e3ae06eCopy full SHA for e3ae06e
docs/user/BuildWithDocker.md
@@ -71,7 +71,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
71
The binaries are only available from inside a Docker container. Here is an example of starting a container from the created Docker image.
72
73
``` shell
74
-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
75
```
76
77
Then, inside docker:
0 commit comments