Skip to content

Commit

Permalink
update the chagne by golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhlsunshine committed Mar 22, 2024
1 parent 04a042e commit dd9fdab
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ docker build -t <DOCKER-HUB-ORG>/custom-model-server:0.1 .

```

> **Note**: Please use the `--build-arg` to add the http proxy if there is proxy in user's environment, such as:
> **Note**: Please use the `--build-arg` to add the http proxy if there is proxy in user's environment, such as:
```shell
docker build --build-arg HTTP_PROXY=http://<DOMAIN-OR-IP>:PORT --build-arg HTTPS_PROXY=http://<DOMAIN-OR-IP>:PORT -t <DOCKER-HUB-ORG>/custom-model-server:0.1 .
```
Expand All @@ -160,7 +161,7 @@ spec:
grpcDataEndpoint: port:8001
grpcEndpoint: port:8085
containers:
- name: mlserver
- name: mlserver
image: <DOCKER-HUB-ORG>/custom-model-server:0.1
env:
- name: MLSERVER_MODELS_DIR
Expand Down Expand Up @@ -192,7 +193,7 @@ spec:
EOF
```

Verify the available `ServingRuntime`, including the custom one:
Verify the available `ServingRuntime`, including the custom one:

```shell
kubectl get servingruntimes
Expand Down Expand Up @@ -221,7 +222,7 @@ spec:
model:
modelFormat:
name: custom-model
runtime: my-custom-model-0.x
runtime: my-custom-model-0.x
storage:
parameters:
type: pvc
Expand Down

0 comments on commit dd9fdab

Please sign in to comment.