mirror of https://github.com/THUDM/ChatGLM2-6B
add label
parent
b32ea6ce46
commit
f80ab7e579
|
@ -1,5 +1,9 @@
|
||||||
## use pytorch images
|
## use pytorch images
|
||||||
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
|
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 all files
|
||||||
COPY . .
|
COPY . .
|
||||||
## install tools
|
## install tools
|
||||||
|
|
Loading…
Reference in New Issue