-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add GHCR repo connection label to Dockerfile
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|