File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
7171The binaries are only available from inside a Docker container. Here is an example of starting a container from the created Docker image.
7272
7373``` shell
74- docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $( pwd) /flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
74+ docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $( pwd) /flow:/OpenROAD-flow-scripts/flow openroad/orfs
7575```
7676
7777Then, inside docker:
@@ -109,7 +109,7 @@ docker run --rm -it \
109109 -v ${HOME}/.Xauthority:/.Xauthority \
110110 --network host \
111111 --security-opt seccomp=unconfined \
112- openroad/flow-$OS_NAME-builder
112+ openroad/orfs
113113```
114114
115115Running 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