Build using Private Repo
Prerequisites
Prerequisite check
# Check that the private local registry works
(set -x && curl -X GET http://127.0.0.1:5000/v2/_catalog && \
docker pull busybox && docker tag busybox 127.0.0.1:5000/busybox && \
docker push 127.0.0.1:5000/busybox)Updating components and redeploying into cluster
Building all components
start/stop Seldon Core
Building individual components
Last updated
Was this helpful?