File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
7777The binaries are only available from inside a Docker container. Here is an example of starting a container from the created Docker image.
7878
7979``` shell
80- docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $( pwd) /flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
80+ docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $( pwd) /flow:/OpenROAD-flow-scripts/flow openroad/orfs
8181```
8282
8383Then, inside docker:
@@ -116,7 +116,7 @@ docker run --rm -it \
116116 -v ${HOME}/.Xauthority:/.Xauthority \
117117 --network host \
118118 --security-opt seccomp=unconfined \
119- openroad/flow-$OS_NAME-builder
119+ openroad/orfs
120120```
121121
122122Running GUI with Docker on Mac OS X users, refer [ here] ( https://cntnr.io/running-guis-with-docker-on-mac-os-x-a14df6a76efc ) .
You can’t perform that action at this time.
0 commit comments