ChatGLM-6B/docker-compose.yml

6 lines
79 B
YAML

version: '3.9'
services:
chatglm:
build: .
ports:
- "5000:5000"