From f80ab7e579f82668e158ce1b253e9e2b3d7953d7 Mon Sep 17 00:00:00 2001 From: dengsgo Date: Sun, 2 Jul 2023 17:10:21 +0800 Subject: [PATCH] add label --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 15468f4..c09ff79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ ## use pytorch images FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime +## lables +LABEL version="v1" +LABEL description="chatglm2-6b docker images" +LABEL maintainer="dengsgo[https://github.com/dengsgo]" ## copy all files COPY . . ## install tools