Skip to content

Commit

Permalink
Use paketo full builder
Browse files Browse the repository at this point in the history
Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>
  • Loading branch information
samj1912 committed Feb 26, 2022
1 parent 73bc0c4 commit 698d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modelserving/v1beta1/custom/custom_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ to run the image build on the cloud and continuously build/deploy new versions f

### Use pack to build and push the custom model server image
```bash
pack build --builder paketobuildpacks/builder:base ${DOCKER_USER}/custom-model:v1
pack build --builder paketobuildpacks/builder:full ${DOCKER_USER}/custom-model:v1
docker push ${DOCKER_USER}/custom-model:v1
```

Expand Down

0 comments on commit 698d3f8

Please sign in to comment.