mirror of https://github.com/THUDM/ChatGLM2-6B
add label
parent
b32ea6ce46
commit
f80ab7e579
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue