We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose.You can read our privacy policies and terms of use etc by clicking here.
Download Installation Resources
Download Seldon Deploy installation resources
Download installation resources
TAG=1.0.0 && \
docker create --name=tmp-sd-container seldonio/seldon-deploy-server:$TAG && \
docker cp tmp-sd-container:/seldon-deploy-dist/seldon-deploy-install.tar.gz . && \
docker rm -v tmp-sd-container
tar -xzf seldon-deploy-install.tar.gz
Last modified November 6, 2020: version 0.9.0 release notes and image tag (7611020)