Skip to content

Commit

Permalink
add GHCR repo connection label to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tstescoTT committed Oct 24, 2024
1 parent c06efde commit 446e74a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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=<version>
ARG TT_METAL_DOCKERFILE_VERSION=v0.51.0-rc31
Expand All @@ -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 <[email protected]>"
# 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=<sha>
Expand Down

0 comments on commit 446e74a

Please sign in to comment.