Skip to content

Commit

Permalink
fix(build-env): use hyphen instead of underscore for image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpignolet committed Jul 19, 2024
1 parent 7b3f608 commit 87e60a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-env-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The image being used is a manylinux2014 image originally based on CentOS 7 and c
The image can be built and tagged with:

```bash
docker build . -t tdp_builder_python
docker build . -t tdp-builder-python
```

## Start the container
Expand Down

0 comments on commit 87e60a8

Please sign in to comment.