add label

pull/154/head
dengsgo 2023-07-02 17:10:21 +08:00
parent b32ea6ce46
commit f80ab7e579
1 changed files with 4 additions and 0 deletions

View File

@ -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