Skip to content

Commit

Permalink
Fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
Granjow committed May 26, 2024
1 parent 0a03f55 commit abb8034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Currently, Ubuntu 20.04 and Ubuntu 22.04 are supported.
```bash
# Build the docker image which will build slowmoFlowBuilder
# For Ubuntu 20.04: use Dockerfile-ubuntu2004 instead
docker build . -name v3d-builder -f Dockerfile-ubuntu2204
docker build . -t v3d-builder -f Dockerfile-ubuntu2204

# Build v3d-flow-builder inside the docker image.
# The executable will be copied to the working directory.
Expand Down

0 comments on commit abb8034

Please sign in to comment.