Skip to content

Commit 1743753

Browse files
committed
Add platform to docker build command
1 parent 04e5249 commit 1743753

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.0 .
38+
docker build --platform=linux/amd64 -t xprof:2.21.0 .
3939
```
4040

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

0 commit comments

Comments
 (0)