File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ tested at Google.
66
66
67
67
### 1. Install Docker
68
68
69
- Please first install ` docker ` and ` docker- compose ` by following the directions:
69
+ Please first install ` docker ` and ` docker compose ` by following the directions:
70
70
[ docker] ( https://docs.docker.com/install/ ) ;
71
- [ docker- compose] ( https://docs.docker.com/compose/install/ ) .
71
+ [ docker compose] ( https://docs.docker.com/compose/install/ ) .
72
72
73
73
### 2. Clone the TFDV repository
74
74
@@ -86,8 +86,8 @@ branch), pass `-b <branchname>` to the `git clone` command.
86
86
Then, run the following at the project root:
87
87
88
88
``` bash
89
- sudo docker- compose build manylinux2010
90
- sudo docker- compose run -e PYTHON_VERSION=${PYTHON_VERSION} manylinux2010
89
+ sudo docker compose build manylinux2010
90
+ sudo docker compose run -e PYTHON_VERSION=${PYTHON_VERSION} manylinux2010
91
91
```
92
92
where ` PYTHON_VERSION ` is one of ` {39, 310, 311} ` .
93
93
You can’t perform that action at this time.
0 commit comments