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