Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnth authored Apr 29, 2024
1 parent 73da0b4 commit d885db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ docker build . -t calamari:gpu
```
Run a command
```
docker run --gpus all --rm calamari:gpu calamari-predict ...
```
docker run --platform linux/amd64 --gpus all --rm calamari:gpu calamari-predict ...
```

0 comments on commit d885db9

Please sign in to comment.