From 1d395682c0cb9378270591e1b427a3120b94dd0c Mon Sep 17 00:00:00 2001 From: nikki everett Date: Tue, 8 Oct 2024 10:22:42 -0500 Subject: [PATCH] use updated LABEL key/value format Signed-off-by: nikki everett --- examples/wandb_plugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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