-
Notifications
You must be signed in to change notification settings - Fork 407
Open
Description
Subject
[Documentation] for documentation errors.
Describe the bug
If I try to use https://openroad-flow-scripts.readthedocs.io/en/latest/user/BuildWithDocker.html#verify-installation verify installation as per docker installation, it fails with following error
~/ORFS/OpenROAD-flow-scripts$ docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
Unable to find image 'openroad/flow-ubuntu22.04-builder:latest' locally
docker: Error response from daemon: pull access denied for openroad/flow-ubuntu22.04-builder, repository does not exist or may require 'docker login'
Expected Behavior
fix the ORFS docker launch command as follows
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/orfs
Environment
latest commit checkedTo Reproduce
docker run --rm -it -u
Relevant log output
Screenshots
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels