Skip to content

Commit

Permalink
📃 docs(README): Update the Docker part
Browse files Browse the repository at this point in the history
  • Loading branch information
KarhouTam committed Feb 2, 2024
1 parent 41ef08e commit 293fb36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ sed -i "10,14d" pyproject.toml && poetry lock --no-update && poetry install --no

### Docker 🐳

#### Pull from Docker Hub (Linux Only)
```
docker pull karhoutam/flbench:master
```

#### Build locally

**At China mainland**
```
docker build -t fl-bench .
Expand Down

0 comments on commit 293fb36

Please sign in to comment.