Skip to content

[fix] deprecated LABEL syntax in docker build file#790

Open
BaiqingL wants to merge 1 commit into
triton-inference-server:mainfrom
BaiqingL:patch-1
Open

[fix] deprecated LABEL syntax in docker build file#790
BaiqingL wants to merge 1 commit into
triton-inference-server:mainfrom
BaiqingL:patch-1

Conversation

@BaiqingL
Copy link
Copy Markdown

The current docker version will report an error about deprecated usage warning - LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 100) and fail the build. Updating to the valid way to define this variable.
Latest label usage: https://docs.docker.com/reference/dockerfile/#label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant