Skip to content

Commit afe2272

Browse files
Merge pull request #2081 from pavithraes:docker-deployment
PiperOrigin-RevId: 858743310
2 parents 91e8c2a + 1743753 commit afe2272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CMD ["--logdir=/app/logs", "--port=8791"]
3535
2. Build the image using the following command:
3636

3737
```bash
38-
docker build -t xprof:2.21.3 .
38+
docker build --platform=linux/amd64 -t xprof:2.21.3 .
3939
```
4040

4141
You can change the version by modifying the `XPROF_VERSION` argument in the

0 commit comments

Comments
 (0)