Download resourcesΒΆ
Download Seldon Enterprise Platform installation resources
Note
Seldon Enterprise Platform requires a valid license key. To use Seldon Enterprise Platform for your enterprise or to request a trial, please get in touch.
TAG=2.3.1 && \
docker create --name=tmp-sd-container seldonio/<PRIVATE>:$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