Skip to content

Commit 3ab1929

Browse files
committed
build: add required integrations for zenml image
1 parent bb4e380 commit 3ab1929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/zenml/Dockerfile.postgres

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ COPY patch_zenml.py /patch_zenml.py
2222
COPY verify_postgres_setup.py /verify_postgres_setup.py
2323
RUN python /patch_zenml.py && python /verify_postgres_setup.py \
2424
&& rm /patch_zenml.py /verify_postgres_setup.py \
25-
&& chown zenml:zenml /zenml/.zenconfig/config.yaml
25+
&& chown zenml:zenml /zenml/.zenconfig/config.yaml \
26+
# Add integrations
27+
&& zenml integration install -y kubernetes mlflow wandb
2628
USER zenml

0 commit comments

Comments
 (0)