Deploy with custom images
Deploying ZenML with custom Docker images.
Build and Push Custom ZenML Server Docker Image
git checkout release/0.41.0cp docker/base.Dockerfile docker/custom.DockerfileRUN pip install <my_package>RUN pip install -e .[server,secrets-aws,secrets-gcp,secrets-azure,secrets-hashicorp,s3fs,gcsfs,adlfs,connectors-aws,connectors-gcp,connectors-azure]docker build -f docker/custom.Dockerfile . -t <YOUR_CONTAINER_REGISTRY>/<IMAGE_NAME>:<IMAGE_TAG> --platform linux/amd64 docker push <YOUR_CONTAINER_REGISTRY>/<IMAGE_NAME>:<IMAGE_TAG>
Deploy ZenML with your custom image
Deploy a custom ZenML image via Docker
Deploy a custom ZenML image via Helm
Last updated
Was this helpful?