Skip to content

Commit 2107b83

Browse files
authored
fix docker pull command
1 parent 0456e6f commit 2107b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ docker login ghcr.io
133133
You will be prompted to enter your GitHub username, and as password, enter your personal access token. Once you have a token, you can pull the image, and rename it to `videoparser` for easier use.
134134

135135
```bash
136-
docker pull ghcr.io/telecommunication-telemedia-assessment/bitstream_mode3_videoparser:master
136+
docker pull --platform linux/amd64 ghcr.io/telecommunication-telemedia-assessment/bitstream_mode3_videoparser:master
137137
docker image tag ghcr.io/telecommunication-telemedia-assessment/bitstream_mode3_videoparser:master videoparser
138138
```
139139

0 commit comments

Comments
 (0)