Skip to content

Commit 15f7d5d

Browse files
committed
rename docker-compose to docker compose
1 parent 49d68d8 commit 15f7d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ tested at Google.
6666

6767
### 1. Install Docker
6868

69-
Please first install `docker` and `docker-compose` by following the directions:
69+
Please first install `docker` and `docker compose` by following the directions:
7070
[docker](https://docs.docker.com/install/);
71-
[docker-compose](https://docs.docker.com/compose/install/).
71+
[docker compose](https://docs.docker.com/compose/install/).
7272

7373
### 2. Clone the TFDV repository
7474

@@ -86,8 +86,8 @@ branch), pass `-b <branchname>` to the `git clone` command.
8686
Then, run the following at the project root:
8787

8888
```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
9191
```
9292
where `PYTHON_VERSION` is one of `{39, 310, 311}`.
9393

0 commit comments

Comments
 (0)