Skip to content

Commit 62a443f

Browse files
committed
Formatting issue
1 parent 5b19a4a commit 62a443f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main/docs/model-service/deploying-models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ docker build -t <model_name> .
129129
!!! note
130130
**Apple users:** If you're running on [Apple Silicon], you'l need to add `--platform linux/amd64` to the build command, to force the AMD64 architecture using an emulator.
131131

132-
```shell
133-
docker build --platform linux/amd64 -t <model_name> .
134-
```
132+
```shell
133+
docker build --platform linux/amd64 -t <model_name> .
134+
```
135135

136136
After the build is complete, run the container and make the server available on port 8080:
137137

0 commit comments

Comments
 (0)