mirror of https://github.com/THUDM/ChatGLM-6B
add Dockerfile
parent
8798563db9
commit
89fc500237
|
@ -0,0 +1,6 @@
|
|||
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-runtime
|
||||
COPY . .
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN python3 pull_model.py
|
||||
EXPOSE 7860
|
||||
CMD [ "python","web_demo.py" ]
|
Loading…
Reference in New Issue