Skip to content

Commit

Permalink
Update go-livepeer installation guide (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Oct 27, 2023
1 parent 0f69513 commit befa709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/guides/orchestrating/install-go-livepeer.en-US.mdx
Expand Up @@ -135,8 +135,8 @@ Once you've pulled the image, retrieve the image id and start the container.
```bash
docker run <image id> <livepeer configuration flags>

# Mac M1 only
docker run --platform linux/amd64 <image id> <livepeer configuration flags>
# GPU support (Transcoder-only)
docker run --gpus all <image id> <livepeer configuration flags>
```

Once you've started the container, retrieve the name and start the CLI
Expand Down

0 comments on commit befa709

Please sign in to comment.