diff --git a/examples/wandb_plugin/Dockerfile b/examples/wandb_plugin/Dockerfile index 4e04f77bd..65da827a3 100644 --- a/examples/wandb_plugin/Dockerfile +++ b/examples/wandb_plugin/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.11-slim-bookworm -LABEL org.opencontainers.image.source https://github.com/flyteorg/flytesnacks +LABEL org.opencontainers.image.source=https://github.com/flyteorg/flytesnacks WORKDIR /root ENV VENV /opt/venv