From 446e74acd48d526694fea40ca7d28d1e8672c97a Mon Sep 17 00:00:00 2001 From: Tom Stesco Date: Wed, 23 Oct 2024 16:20:18 +0000 Subject: [PATCH] add GHCR repo connection label to Dockerfile --- .../llama3.src.base.inference.v0.51.0.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tt-metal-llama3-70b/llama3.src.base.inference.v0.51.0.Dockerfile b/tt-metal-llama3-70b/llama3.src.base.inference.v0.51.0.Dockerfile index a550be2..c2c48d8 100644 --- a/tt-metal-llama3-70b/llama3.src.base.inference.v0.51.0.Dockerfile +++ b/tt-metal-llama3-70b/llama3.src.base.inference.v0.51.0.Dockerfile @@ -2,8 +2,6 @@ # # SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC -# connect Github repo with package -LABEL org.opencontainers.image.source https://github.com/tenstorrent/tt-inference-server # default base image, override with --build-arg TT_METAL_DOCKERFILE_VERSION= ARG TT_METAL_DOCKERFILE_VERSION=v0.51.0-rc31 @@ -12,6 +10,8 @@ FROM ghcr.io/tenstorrent/tt-metal/tt-metalium/ubuntu-20.04-amd64:$TT_METAL_DOCKE # Build stage LABEL maintainer="Tom Stesco " +# connect Github repo with package +LABEL org.opencontainers.image.source https://github.com/tenstorrent/tt-inference-server ARG DEBIAN_FRONTEND=noninteractive # default commit sha, override with --build-arg TT_METAL_COMMIT_SHA_OR_TAG=